Clean up tx prioritization when conflict mined
This commit is contained in:
parent
45d1f5932b
commit
2d8c49d126
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ void CTxMemPool::removeConflicts(const CTransaction &tx, std::list<CTransaction>
|
|||
if (txConflict != tx)
|
||||
{
|
||||
remove(txConflict, removed, true);
|
||||
ClearPrioritisation(txConflict.GetHash());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue