We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092cc1c commit 7a6fd0eCopy full SHA for 7a6fd0e
hwilib/devices/trezor.py
@@ -581,7 +581,8 @@ def ignore_input() -> None:
581
tx.xpub, psbt_out)
582
if is_ms:
583
txoutput.multisig = multisig
584
- txoutput.script_type = messages.OutputScriptType.PAYTOMULTISIG
+ if not wit:
585
+ txoutput.script_type = messages.OutputScriptType.PAYTOMULTISIG
586
587
# append to outputs
588
outputs.append(txoutput)
0 commit comments