diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -1804,6 +1804,11 @@ CBlockIndex *pindex = pindexStart; CBlockIndex *ret = nullptr; + + if (pindex) { + LogPrintf("Rescan started from block %d...\n", pindex->nHeight); + } + { fAbortRescan = false;