Skip to content

Commit 62f8239

Browse files
Bugfix: Add non-witness-utxos and xpubs when using hwi with ledger (#1888)
Co-authored-by: Manolis Mandrapilias <[email protected]>
1 parent bd775a2 commit 62f8239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cryptoadvance/specter/devices/ledger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ class Ledger(HWIDevice):
88
icon = "ledger_icon.svg"
99

1010
def create_psbts(self, base64_psbt, wallet):
11-
return {"hwi": wallet.fill_psbt(base64_psbt, non_witness=False)}
11+
return {"hwi": wallet.fill_psbt(base64_psbt, non_witness=True, xpubs=True)}

0 commit comments

Comments
 (0)