We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd775a2 commit 62f8239Copy full SHA for 62f8239
src/cryptoadvance/specter/devices/ledger.py
@@ -8,4 +8,4 @@ class Ledger(HWIDevice):
8
icon = "ledger_icon.svg"
9
10
def create_psbts(self, base64_psbt, wallet):
11
- return {"hwi": wallet.fill_psbt(base64_psbt, non_witness=False)}
+ return {"hwi": wallet.fill_psbt(base64_psbt, non_witness=True, xpubs=True)}
0 commit comments