aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-09-14 16:56:52 +0200
committerMacroFake <falke.marco@gmail.com>2022-09-15 09:06:13 +0200
commitfa1ce96184a1815f453e64e14d77cb0025800be9 (patch)
treef25087fc2926cb9811f73e41a873f99006218224 /src
parentfaa4916529699f9a057e2bf2459d957bcec1de84 (diff)
downloadbitcoin-fa1ce96184a1815f453e64e14d77cb0025800be9.tar.xz
test: Add missing syncwithvalidationinterfacequeue
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 081a238c08..e4babd1262 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -882,7 +882,7 @@ bool CWallet::MarkReplaced(const uint256& originalHash, const uint256& newHash)
wtx.mapValue["replaced_by_txid"] = newHash.ToString();
- // Refresh mempool status without waiting for transactionRemovedFromMempool
+ // Refresh mempool status without waiting for transactionRemovedFromMempool or transactionAddedToMempool
RefreshMempoolStatus(wtx, chain());
WalletBatch batch(GetDatabase());