Log when we are done doing a partial rescan
This commit is contained in:
@@ -184,6 +184,7 @@ UniValue rescan(const UniValue& params, bool fHelp, const CPubKey& mypk)
|
|||||||
} else {
|
} else {
|
||||||
pwalletMain->ScanForWalletTransactions(chainActive.Genesis(),update);
|
pwalletMain->ScanForWalletTransactions(chainActive.Genesis(),update);
|
||||||
}
|
}
|
||||||
|
LogPrintf("Done rescanning from height=%d\n", nRescanHeight);
|
||||||
//TODO: can we return something more useful?
|
//TODO: can we return something more useful?
|
||||||
return NullUniValue;
|
return NullUniValue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user