| 143 | }; |
| 144 | |
| 145 | struct CBlockIndexHeightOnlyComparator { |
| 146 | /* Only compares the height of two block indices, doesn't try to tie-break */ |
| 147 | bool operator()(const CBlockIndex* pa, const CBlockIndex* pb) const; |
| 148 | }; |
| 149 | |
| 150 | struct PruneLockInfo { |
| 151 | /// Height of earliest block that should be kept and not pruned |
no outgoing calls
no test coverage detected