mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-06 16:18:45 +00:00
wallet/signing: typo - hex instead of magic number
This commit is contained in:
parent
f56d39a447
commit
1d97077343
@ -110,7 +110,7 @@ def sanitize_tx_input(tx: TransactionType) -> TxInputType:
|
|||||||
if txi.script_type is None:
|
if txi.script_type is None:
|
||||||
txi.script_type = InputScriptType.SPENDADDRESS
|
txi.script_type = InputScriptType.SPENDADDRESS
|
||||||
if txi.sequence is None:
|
if txi.sequence is None:
|
||||||
txi.sequence = 4294967295
|
txi.sequence = 0xffffffff
|
||||||
return txi
|
return txi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user