cryptoadvance / spectrum

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

Implement wallet deletion in the database #47

Open moneymanolis opened 1 year ago

moneymanolis commented 1 year ago

Currently, Spectrum is not deleting the wallets on the database side.

Implementation approach:

Create a rpc call in Spectrum (sth. like "delete_wallet") that can be called from the Spectrum node on the Specter Core side.