Raven Core  3.0.0
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 245 of file txmempool.h.

Member Function Documentation

◆ operator()()

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

Definition at line 248 of file txmempool.h.

Here is the call graph for this function:

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