We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f862135 commit 2f40d0fCopy full SHA for 2f40d0f
hwilib/devices/trezor.py
@@ -186,7 +186,7 @@ def sign_tx(self, tx):
186
scriptcode = psbt_in.redeem_script
187
188
def ignore_input():
189
- txinputtype.address_n = [0x80000000]
+ txinputtype.address_n = [0x80000000 | 84, 0x80000000 | (1 if self.is_testnet else 0)]
190
txinputtype.multisig = None
191
txinputtype.script_type = proto.InputScriptType.SPENDWITNESS
192
inputs.append(txinputtype)
0 commit comments