mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
signing segwit change output typo
This commit is contained in:
parent
723cf295a7
commit
cfe8a98c68
@ -552,6 +552,9 @@ static bool signing_check_output(TxOutputType *txoutput) {
|
||||
}
|
||||
/*
|
||||
* only allow segwit change if amount is smaller than what segwit inputs paid.
|
||||
* this was added during the times segwit was not yet fully activated
|
||||
* to make sure the user is not tricked to use witness change output
|
||||
* instead of regular one therefore creating ANYONECANSPEND output
|
||||
*/
|
||||
if ((txoutput->script_type == OutputScriptType_PAYTOWITNESS
|
||||
|| txoutput->script_type == OutputScriptType_PAYTOP2SHWITNESS)
|
||||
|
Loading…
Reference in New Issue
Block a user