Bitcoin
|
#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.
|
inline |