electrum icon indicating copy to clipboard operation
electrum copied to clipboard

Unable to sign TX built on top of a local-stored TX using Ledger Nano X

Open checksum0 opened this issue 3 years ago • 1 comments

Traceback (most recent call last):
  File "/Applications/Electrum.app/Contents/MacOS/electrum/plugins/ledger/ledger.py", line 460, in sign_transaction
    txtmp = bitcoinTransaction(bfh(utxo[0]))
TypeError: fromhex() argument must be str, not None
I | plugins.ledger.ledger | fromhex() argument must be str, not None

Might be similar to #7257. I am unable to build a new transaction on top of a currently locally-stored, partially signed and unbroadcasted transaction, using a Ledger Nano X.

I am not sure if the required data is available before the transaction is fully signed, so please close if not a bug (or make fail gracefully). Will dig on my side.

checksum0 avatar Jun 29 '22 07:06 checksum0

Is the wallet online?

What is wallet type and script type if you go into menubar>Wallet>Information?

unable to build a new transaction on top of a currently locally-stored, partially signed and unbroadcasted transaction

so this is a "local" tx in the history, right?

SomberNight avatar Jun 30 '22 13:06 SomberNight