mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-15 16:38:23 +01:00
Remove mapLinks in favor of entry inlined structs with iterator type erasure
This commit is contained in:
@@ -84,7 +84,7 @@ struct CompareTxIterByAncestorCount {
|
||||
{
|
||||
if (a->GetCountWithAncestors() != b->GetCountWithAncestors())
|
||||
return a->GetCountWithAncestors() < b->GetCountWithAncestors();
|
||||
return CTxMemPool::CompareIteratorByHash()(a, b);
|
||||
return CompareIteratorByHash()(a, b);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user