justinmoon / junction

UI For Using Hardware Wallets With Bitcoin Core
MIT License
60 stars 13 forks source link

Don't reuse wallet #20

Open Sjors opened 5 years ago

Sjors commented 5 years ago

If you accidentally give it a name of an existing wallet, it will just add keys to it. It should not do that.

justinmoon commented 5 years ago

Thanks for bug report. The wallet-handling is very cavalier right now. Need to polish and unittest this part of the code especially.