Bump mempool counter on each successful IS lock (#2864)
This commit is contained in:
parent
a67e661433
commit
5e865f9c8a
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user