diff --git a/hwilib/devices/trezor.py b/hwilib/devices/trezor.py index a8fc85eb7..f728fd683 100644 --- a/hwilib/devices/trezor.py +++ b/hwilib/devices/trezor.py @@ -186,7 +186,7 @@ def sign_tx(self, tx): scriptcode = psbt_in.redeem_script def ignore_input(): - txinputtype.address_n = [0x80000000] + txinputtype.address_n = [0x80000000 | 84, 0x80000000 | (1 if self.is_testnet else 0)] txinputtype.multisig = None txinputtype.script_type = proto.InputScriptType.SPENDWITNESS inputs.append(txinputtype)