electrum
electrum copied to clipboard
Unable to sign TX built on top of a local-stored TX using Ledger Nano X
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.
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?