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()()

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

The documentation for this class was generated from the following file:
Released under the MIT license