mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
Removed redundant IsLocked() check in NewKeyPool()
This commit is contained in:
parent
d59531ddfc
commit
01de822c8d
@ -2899,10 +2899,9 @@ bool CWallet::NewKeyPool()
|
||||
walletdb.ErasePool(nIndex);
|
||||
setKeyPool.clear();
|
||||
|
||||
if (IsLocked())
|
||||
if (!TopUpKeyPool()) {
|
||||
return false;
|
||||
|
||||
TopUpKeyPool();
|
||||
}
|
||||
LogPrintf("CWallet::NewKeyPool rewrote keypool\n");
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user