bitcoindevkit / bdk-reserves

Proof-of-reserves for bitcoin-dev-kit
Other
14 stars 9 forks source link

Problem signing PSBT with some wallets #24

Open sebastianmontero opened 1 year ago

sebastianmontero commented 1 year ago

Hi,

I'm having issues signing the psbt with some wallets because of input 0, for example trying to sign with blue wallet I get the error: "Can not finalize input #0" and signing with bitcoinjs-lib, I get "no inputs were signed" error. I don't have any issue signing normal psbts.

Is there anything I can do to solve this issue?

Thanks,

ulrichard commented 1 year ago

Unfortunately BIP-0127 is not widely supported yet. You can open feature requests with those wallets. I had no success with this so far. https://github.com/trezor/trezor-firmware/issues/2721 https://github.com/spesmilo/electrum/issues/7653

sebastianmontero commented 1 year ago

ok, thanks!