diff --git a/src/txmempool.cpp b/src/txmempool.cpp index efa5c8f7a..47e8de536 100644 --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -512,6 +512,7 @@ void CTxMemPool::removeConflicts(const CTransaction &tx, std::list if (txConflict != tx) { remove(txConflict, removed, true); + ClearPrioritisation(txConflict.GetHash()); } } }