Bitcoin Core 28.99.0
P2P Digital Currency
|
Sort by feerate of entry (fee/size) in descending order This is only used for transaction relay, so we use GetFee() instead of GetModifiedFee() to avoid leaking prioritization information via the sort order. More...
#include <txmempool.h>
Public Member Functions | |
bool | operator() (const CTxMemPoolEntry &a, const CTxMemPoolEntry &b) const |
Sort by feerate of entry (fee/size) in descending order This is only used for transaction relay, so we use GetFee() instead of GetModifiedFee() to avoid leaking prioritization information via the sort order.
Definition at line 136 of file txmempool.h.
|
inline |