mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
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) {
|
if (tx) {
|
||||||
GetMainSignals().NotifyTransactionLock(*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