Skip to content

Commit 8f3b3cd

Browse files
committed
Merge pull request #6464
2d8c49d Clean up tx prioritization when conflict mined (Casey Rodarmor)
2 parents 38369dd + 2d8c49d commit 8f3b3cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/txmempool.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ void CTxMemPool::removeConflicts(const CTransaction &tx, std::list<CTransaction>
512512
if (txConflict != tx)
513513
{
514514
remove(txConflict, removed, true);
515+
ClearPrioritisation(txConflict.GetHash());
515516
}
516517
}
517518
}

0 commit comments

Comments
 (0)