Make the compiler Elder Gods happy

This commit is contained in:
Duke Leto
2020-03-07 17:48:34 -05:00
parent 0f99a6ea3f
commit 61c2090dd6
2 changed files with 3 additions and 3 deletions

View File

@@ -2143,7 +2143,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
LogPrintf("mapBlockIndex.size() = %u\n", mapBlockIndex.size());
LogPrintf("nBestHeight = %d\n", chainActive.Height());
#ifdef ENABLE_WALLET
RescanWallets();
//RescanWallets();
LogPrintf("setKeyPool.size() = %u\n", pwalletMain ? pwalletMain->setKeyPool.size() : 0);
LogPrintf("mapWallet.size() = %u\n", pwalletMain ? pwalletMain->mapWallet.size() : 0);