Logprint the start of a rescan
This commit is contained in:
parent
a7cbe38ae2
commit
cab0824c96
1 changed files with 3 additions and 0 deletions
|
@ -1714,6 +1714,9 @@ CBlockIndex* CWallet::ScanForWalletTransactions(CBlockIndex* pindexStart, CBlock
|
||||||
|
|
||||||
CBlockIndex* pindex = pindexStart;
|
CBlockIndex* pindex = pindexStart;
|
||||||
CBlockIndex* ret = nullptr;
|
CBlockIndex* ret = nullptr;
|
||||||
|
|
||||||
|
if (pindex) LogPrintf("Rescan started from block %d...\n", pindex->nHeight);
|
||||||
|
|
||||||
{
|
{
|
||||||
fAbortRescan = false;
|
fAbortRescan = false;
|
||||||
ShowProgress(_("Rescanning..."), 0); // show rescan progress in GUI as dialog or on splashscreen, if -rescan on startup
|
ShowProgress(_("Rescanning..."), 0); // show rescan progress in GUI as dialog or on splashscreen, if -rescan on startup
|
||||||
|
|
Loading…
Reference in a new issue