Skip to content

Commit 879be3d

Browse files
author
timemarkovqtum
committed
Fix output sender script serialize
1 parent 75d2269 commit 879be3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hwilib/devices/ledger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ def legacy_sign_tx() -> PSBT:
257257
psbt_out = psbt2.outputs[odx]
258258
psbt_out.script = update_opsender_sig(psbt_out.script, sig)
259259
tx.outputs[odx].script = psbt_out.script
260+
tx.tx.vout[odx].scriptPubKey = psbt_out.script
260261

261262
# Figure out which wallets are signing
262263
wallets: Dict[bytes, Tuple[int, AddressType, WalletPolicy, Optional[bytes]]] = {}

0 commit comments

Comments
 (0)