Skip to content

Commit 08b5d93

Browse files
committed
trezor: Fix is_p2sh call
It's a function.
1 parent d3cee84 commit 08b5d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hwilib/devices/trezor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def ignore_input() -> None:
448448
# Add to txinputtype
449449
txinputtype.multisig = multisig
450450
if not is_wit:
451-
if utxo.is_p2sh:
451+
if utxo.is_p2sh():
452452
txinputtype.script_type = messages.InputScriptType.SPENDMULTISIG
453453
else:
454454
# Cannot sign bare multisig, ignore it

0 commit comments

Comments
 (0)