Skip to content

Commit

Permalink
Bump mempool counter on each successful IS lock (#2864)
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Apr 15, 2019
1 parent a67e661 commit 5e865f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/llmq/quorums_instantsend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,8 @@ void CInstantSendManager::UpdateWalletTransaction(const uint256& txid, const CTr

if (tx) {
GetMainSignals().NotifyTransactionLock(*tx);
// bump mempool counter to make sure newly mined txes are picked up by getblocktemplate
mempool.AddTransactionsUpdated(1);
}
}

Expand Down

0 comments on commit 5e865f9

Please sign in to comment.