mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-12 16:17:53 +00:00
Make CWallet::RescanFromTime comment less ambiguous
This commit is contained in:
parent
9bb66ab660
commit
5b2be2b787
@ -1468,7 +1468,7 @@ void CWalletTx::GetAmounts(std::list<COutputEntry>& listReceived,
|
|||||||
* creation time minus TIMESTAMP_WINDOW.
|
* creation time minus TIMESTAMP_WINDOW.
|
||||||
*
|
*
|
||||||
* @return Earliest timestamp that could be successfully scanned from. Timestamp
|
* @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)
|
int64_t CWallet::RescanFromTime(int64_t startTime, bool update)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user