Skip to content

Commit 2d8c49d

Browse files
committed
Clean up tx prioritization when conflict mined
1 parent 45d1f59 commit 2d8c49d

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
@@ -193,6 +193,7 @@ void CTxMemPool::removeConflicts(const CTransaction &tx, std::list<CTransaction>
193193
if (txConflict != tx)
194194
{
195195
remove(txConflict, removed, true);
196+
ClearPrioritisation(txConflict.GetHash());
196197
}
197198
}
198199
}

0 commit comments

Comments
 (0)