mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +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:
|
||||
txi.script_type = InputScriptType.SPENDADDRESS
|
||||
if txi.sequence is None:
|
||||
txi.sequence = 4294967295
|
||||
txi.sequence = 0xffffffff
|
||||
return txi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user