Dash Core  0.12.2.1
P2P Digital Currency
CompareTxMemPoolEntryByScore Class Reference

#include <txmempool.h>

Public Member Functions

bool operator() (const CTxMemPoolEntry &a, const CTxMemPoolEntry &b)
 

Detailed Description

Sort by score of entry ((fee+delta)/size) in descending order

Definition at line 241 of file txmempool.h.

Member Function Documentation

◆ operator()()

bool CompareTxMemPoolEntryByScore::operator() ( const CTxMemPoolEntry a,
const CTxMemPoolEntry b 
)
inline

Definition at line 244 of file txmempool.h.


The documentation for this class was generated from the following file: