Background
-
In the PSBT funding flow, if you input the base64 data wrong, it cancels the channel open. This requires you to go back to your hardware devices and resign the PSBT again.
-
I have a PSBT created in Electrum and signed with coldcards, I can only load it back into electrum, I do not know how to convert it to base64.
-
It would also be great to be able to input the PSBT as a file, but that is a little challenging since the PSBT address is only created after the command has run.
Your environment
- version of
lnd
"version": "0.10.99-beta commit=clock/v1.0.0-85-gacc698a6995b35976950282b29c9685c993a0364",
"commit_hash": "acc698a6995b35976950282b29c9685c993a0364",
- which operating system (
uname -a on *Nix)
Ubuntu
- version of
btcd, bitcoind, or other backend
bitcoind
- any other relevant environment details
Steps to reproduce
Tell us how to reproduce this issue. Please provide stacktraces and links to code in question.
Generate base64 from electrum psbt file:
base64 testpsbt-signed.psbt -w 0
Expected behaviour
Channel funding flow complete
Actual behaviour
[lncli] verifying PSBT by lnd failed: rpc error: code = Unknown desc = error parsing psbt: Invalid PSBT serialization format
Background
In the PSBT funding flow, if you input the base64 data wrong, it cancels the channel open. This requires you to go back to your hardware devices and resign the PSBT again.
I have a PSBT created in Electrum and signed with coldcards, I can only load it back into electrum, I do not know how to convert it to base64.
It would also be great to be able to input the PSBT as a file, but that is a little challenging since the PSBT address is only created after the command has run.
Your environment
lnd"version": "0.10.99-beta commit=clock/v1.0.0-85-gacc698a6995b35976950282b29c9685c993a0364",
"commit_hash": "acc698a6995b35976950282b29c9685c993a0364",
uname -aon *Nix)Ubuntu
btcd,bitcoind, or other backendbitcoind
Steps to reproduce
Tell us how to reproduce this issue. Please provide stacktraces and links to code in question.
Generate base64 from electrum psbt file:
base64 testpsbt-signed.psbt -w 0
Expected behaviour
Channel funding flow complete
Actual behaviour
[lncli] verifying PSBT by lnd failed: rpc error: code = Unknown desc = error parsing psbt: Invalid PSBT serialization format