diff options
author | MacroFake <falke.marco@gmail.com> | 2022-09-14 10:38:33 +0200 |
---|---|---|
committer | MacroFake <falke.marco@gmail.com> | 2022-09-14 14:34:53 +0200 |
commit | faa4916529699f9a057e2bf2459d957bcec1de84 (patch) | |
tree | a4f8367581383d16e4f1a71c13d447621330f806 /src/wallet | |
parent | a8c3590890640aff039491b9b4e0c8eee0c7fdb6 (diff) |
test/doc: Remove unused syncwithvalidationinterfacequeue
See https://github.com/bitcoin/bitcoin/pull/25768#discussion_r958562071
Also fix doc typo from https://github.com/bitcoin/bitcoin/pull/25768#discussion_r958571943
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/wallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 784ea24b98..081a238c08 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -1920,7 +1920,7 @@ std::set<uint256> CWallet::GetTxConflicts(const CWalletTx& wtx) const // The `force` option results in all unconfirmed transactions being submitted to // the mempool. This does not necessarily result in those transactions being relayed, // that depends on the `relay` option. Periodic rebroadcast uses the pattern -// relay=true force=false (also the default values), while loading into the mempool +// relay=true force=false, while loading into the mempool // (on start, or after import) uses relay=false force=true. void CWallet::ResubmitWalletTransactions(bool relay, bool force) { |