Skip to content

Commit cab0824

Browse files
committed
Logprint the start of a rescan
1 parent a7cbe38 commit cab0824

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/wallet/wallet.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1714,6 +1714,9 @@ CBlockIndex* CWallet::ScanForWalletTransactions(CBlockIndex* pindexStart, CBlock
17141714

17151715
CBlockIndex* pindex = pindexStart;
17161716
CBlockIndex* ret = nullptr;
1717+
1718+
if (pindex) LogPrintf("Rescan started from block %d...\n", pindex->nHeight);
1719+
17171720
{
17181721
fAbortRescan = false;
17191722
ShowProgress(_("Rescanning..."), 0); // show rescan progress in GUI as dialog or on splashscreen, if -rescan on startup

0 commit comments

Comments
 (0)