mirror of https://github.com/bitcoin/bitcoin
CCryptoKeyStore::Unlock has a loop to attempt decrypting each key which only executes once, likely due to a simple mistake when the code was originally written. This patch fixes the behavior by making it check all keys. It also adds a fatal assertion in the case some decrypt but some do not, since that indicates that the wallet is in some kind of really bad state. This may make unlocking noticeably slower on wallets with many keys.pull/4670/head
parent
36065cc529
commit
1e21c17d20
Loading…
Reference in new issue