blixt-wallet
blixt-wallet copied to clipboard
Add the ability to recover `wallet.db` in case the password was pruned from the keystore
It's possible to recover from this situation by deleting wallet.db
and then do initWallet
again with the old seed. channel.db
isn't actually encrypted by the password so it will just work.
We need a procedure that:
- Closes down lnd
- Removes
wallet.db
- Starts up lnd
- Calls
initWallet
with the original seed words.