Log when we are done doing a partial rescan

This commit is contained in:
Duke Leto
2021-12-23 10:46:20 -05:00
parent 8faa5dec89
commit b4dc415f1e

View File

@@ -184,6 +184,7 @@ UniValue rescan(const UniValue& params, bool fHelp, const CPubKey& mypk)
} else {
pwalletMain->ScanForWalletTransactions(chainActive.Genesis(),update);
}
LogPrintf("Done rescanning from height=%d\n", nRescanHeight);
//TODO: can we return something more useful?
return NullUniValue;
}