Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
CompareBlocksByHeight Struct Reference
Comparison function for sorting the getchaintips heads. More...
Public Member Functions | |
bool | operator() (const CBlockIndex *a, const CBlockIndex *b) const |
Detailed Description
Comparison function for sorting the getchaintips heads.
Definition at line 1508 of file blockchain.cpp.
Member Function Documentation
◆ operator()()
|
inline |
Definition at line 1510 of file blockchain.cpp.
References CBlockIndex::nHeight.
The documentation for this struct was generated from the following file:
- src/rpc/blockchain.cpp