Skip to content

Commit 5b2be2b

Browse files
committed
Make CWallet::RescanFromTime comment less ambiguous
1 parent 9bb66ab commit 5b2be2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/wallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,7 @@ void CWalletTx::GetAmounts(std::list<COutputEntry>& listReceived,
14681468
* creation time minus TIMESTAMP_WINDOW.
14691469
*
14701470
* @return Earliest timestamp that could be successfully scanned from. Timestamp
1471-
* returned may be higher than startTime if some blocks could not be read.
1471+
* returned will be higher than startTime if relevant blocks could not be read.
14721472
*/
14731473
int64_t CWallet::RescanFromTime(int64_t startTime, bool update)
14741474
{

0 commit comments

Comments
 (0)