aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorBitcoinTsunami <>2020-12-11 00:00:43 +0100
committerBitcoinTsunami <>2021-09-28 21:49:35 +0200
commit240ea294d5e899a906f213f039b21e94c24d6018 (patch)
tree52533a4cb1156b3dd7a604272d52d144b78114aa /src/wallet/wallet.h
parentd6eb39af21810bf1c3bdce0ef2212c1ad6597bcd (diff)
downloadbitcoin-240ea294d5e899a906f213f039b21e94c24d6018.tar.xz
doc: update doxygen documention of ComputeTimeSmart() and AddToWalletIfInvolvingMe() regarding rescanning_old_block parameter
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 10bac9d5d7..15a5933424 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -271,6 +271,9 @@ private:
* abandoned is an indication that it is not safe to be considered abandoned.
* Abandoned state should probably be more carefully tracked via different
* posInBlock signals or by checking mempool presence when necessary.
+ *
+ * Should be called with rescanning_old_block set to true, if the transaction is
+ * not discovered in real time, but during a rescan of old blocks.
*/
bool AddToWalletIfInvolvingMe(const CTransactionRef& tx, CWalletTx::Confirmation confirm, bool fUpdate, bool rescanning_old_block) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet);