aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2017-06-22 17:14:40 -0400
committerRussell Yanofsky <russ@yanofsky.org>2017-06-22 17:14:40 -0400
commit5b2be2b787f26ce8a87b742890e43b02cc4779d1 (patch)
tree5b09a4485248a64a8ed3370d633e65018b3ba6de /src
parent9bb66ab66013fc3024fad00bceeb22a330b5bc1b (diff)
downloadbitcoin-5b2be2b787f26ce8a87b742890e43b02cc4779d1.tar.xz
Make CWallet::RescanFromTime comment less ambiguous
Diffstat (limited to 'src')
-rw-r--r--src/wallet/wallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index 06f8fc0458..d65a31ee91 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -1468,7 +1468,7 @@ void CWalletTx::GetAmounts(std::list<COutputEntry>& 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)
{