Fix ScanForWalletTransactions start_block comment

Suggested https://github.com/bitcoin/bitcoin/pull/14711#discussion_r252036436
pull/643/head
Russell Yanofsky 6 years ago
parent 2efa66b464
commit 84adb206fc

@ -1617,10 +1617,11 @@ int64_t CWallet::RescanFromTime(int64_t startTime, const WalletRescanReserver& r
* from or to us. If fUpdate is true, found transactions that already * from or to us. If fUpdate is true, found transactions that already
* exist in the wallet will be updated. * exist in the wallet will be updated.
* *
* @param[in] start_block if not null, the scan will start at this block instead * @param[in] start_block Scan starting block. If block is not on the active
* of the genesis block * chain, the scan will return SUCCESS immediately.
* @param[in] stop_block if not null, the scan will stop at this block instead * @param[in] stop_block Scan ending block. If block is not on the active
* of the chain tip * chain, the scan will continue until it reaches the
* chain tip.
* *
* @return ScanResult returning scan information and indicating success or * @return ScanResult returning scan information and indicating success or
* failure. Return status will be set to SUCCESS if scan was * failure. Return status will be set to SUCCESS if scan was

Loading…
Cancel
Save