We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a9b0d commit a72fc7cCopy full SHA for a72fc7c
src/wallet/wallet.cpp
@@ -4430,7 +4430,6 @@ bool CWallet::TopUpKeyPool(unsigned int kpSize)
4430
}
4431
4432
m_pool_key_to_index[pubkey.GetID()] = index;
4433
-
4434
if (missingInternal + missingExternal > 0) {
4435
LogPrintf("keypool added %d keys (%d internal), size=%u (%u internal)\n",
4436
missingInternal + missingExternal, missingInternal,
0 commit comments