cryptoadvance / spectrum

Electrum adaptor simulating Bitcoin RPC protocol
MIT License
8 stars 11 forks source link

Implement RBF in Spectrum #43

Open moneymanolis opened 1 year ago

moneymanolis commented 1 year ago

The current error is: cryptoadvance.spectrum.spectrum.RPCError: ('Method not found (utxoupdatepsbt)', -32601)

since the RPC call utxoupdatepsbt doesn't exist / isn't handled in Spectrum.

BDK could be used here.

More background in this issue: https://github.com/cryptoadvance/specter-desktop/issues/2173