Browse Source
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.0.10
Gregory Maxwell
11 years ago
committed by
Matt Corallo
1 changed files with 22 additions and 4 deletions
Loading…
Reference in new issue