Bitcoin ABC 0.30.3
P2P Digital Currency
|
Sort by feerate of entry (modfee/vsize) in descending order. More...
#include <txmempool.h>
Public Member Functions | |
bool | operator() (const CTxMemPoolEntry &a, const CTxMemPoolEntry &b) const |
bool | operator() (const CTxMemPoolEntryRef &a, const CTxMemPoolEntryRef &b) const |
Sort by feerate of entry (modfee/vsize) in descending order.
This is used by the block assembler (mining).
Definition at line 94 of file txmempool.h.
|
inline |
Definition at line 96 of file txmempool.h.
|
inline |