Bitcoin Core 28.99.0
P2P Digital Currency
|
Sort an entry by max(score/size of entry's tx, score/size with all descendants). More...
#include <txmempool.h>
Public Member Functions | |
bool | operator() (const CTxMemPoolEntry &a, const CTxMemPoolEntry &b) const |
void | GetModFeeAndSize (const CTxMemPoolEntry &a, double &mod_fee, double &size) const |
Sort an entry by max(score/size of entry's tx, score/size with all descendants).
Definition at line 91 of file txmempool.h.
|
inline |
Definition at line 112 of file txmempool.h.
|
inline |