From 5b2be2b787f26ce8a87b742890e43b02cc4779d1 Mon Sep 17 00:00:00 2001 From: Russell Yanofsky Date: Thu, 22 Jun 2017 17:14:40 -0400 Subject: [PATCH] Make CWallet::RescanFromTime comment less ambiguous --- src/wallet/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 06f8fc045..d65a31ee9 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -1468,7 +1468,7 @@ void CWalletTx::GetAmounts(std::list& listReceived, * creation time minus TIMESTAMP_WINDOW. * * @return Earliest timestamp that could be successfully scanned from. Timestamp - * returned may be higher than startTime if some blocks could not be read. + * returned will be higher than startTime if relevant blocks could not be read. */ int64_t CWallet::RescanFromTime(int64_t startTime, bool update) {