mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
clean up tx lock votes on expiration
This commit is contained in:
parent
3b35672bb8
commit
3a72da77ac
@ -445,6 +445,9 @@ void CleanTransactionLocksList()
|
||||
|
||||
mapTxLockReq.erase(it->second.txHash);
|
||||
mapTxLockReqRejected.erase(it->second.txHash);
|
||||
|
||||
BOOST_FOREACH(CConsensusVote& v, it->second.vecConsensusVotes)
|
||||
mapTxLockVote.erase(v.GetHash());
|
||||
}
|
||||
|
||||
mapTxLocks.erase(it++);
|
||||
|
Loading…
Reference in New Issue
Block a user