Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <blockindexcomparators.h>
Public Member Functions | |
bool | operator() (const CBlockIndex *pa, const CBlockIndex *pb) const |
Only compares the height of two block indices, doesn't try to tie-break. More... | |
Definition at line 42 of file blockindexcomparators.h.
|
inline |
Only compares the height of two block indices, doesn't try to tie-break.
Definition at line 46 of file blockindexcomparators.h.