MCPcopy Create free account
hub / github.com/ElementsProject/elements / operator()

Method operator()

src/net_processing.cpp:4623–4628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4621 }
4622
4623 bool operator()(std::set<uint256>::iterator a, std::set<uint256>::iterator b)
4624 {
4625 /* As std::make_heap produces a max-heap, we want the entries with the
4626 * fewest ancestors/highest fee to sort later. */
4627 return mp->CompareDepthAndScore(*b, *a, m_wtxid_relay);
4628 }
4629};
4630}
4631

Callers

nothing calls this directly

Calls 1

CompareDepthAndScoreMethod · 0.80

Tested by

no test coverage detected