Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
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 247 of file txmempool.h.

Member Function Documentation

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

Definition at line 250 of file txmempool.h.

Here is the call graph for this function:


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