Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CompareTxMemPoolEntryByScore Class Reference
Sort by score of entry ((fee+delta)/size) in descending order. More...
#include <txmempool.h>
Public Member Functions | |
bool | operator() (const CTxMemPoolEntry &a, const CTxMemPoolEntry &b) const |
Detailed Description
Sort by score of entry ((fee+delta)/size) in descending order.
Definition at line 254 of file txmempool.h.
Member Function Documentation
◆ operator()()
|
inline |
Definition at line 257 of file txmempool.h.
References CTransaction::GetHash(), CTxMemPoolEntry::GetModifiedFee(), CTxMemPoolEntry::GetTx(), and CTxMemPoolEntry::GetTxSize().
The documentation for this class was generated from the following file:
- src/txmempool.h