We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3cee84 commit 08b5d93Copy full SHA for 08b5d93
hwilib/devices/trezor.py
@@ -448,7 +448,7 @@ def ignore_input() -> None:
448
# Add to txinputtype
449
txinputtype.multisig = multisig
450
if not is_wit:
451
- if utxo.is_p2sh:
+ if utxo.is_p2sh():
452
txinputtype.script_type = messages.InputScriptType.SPENDMULTISIG
453
else:
454
# Cannot sign bare multisig, ignore it
0 commit comments