Order two block indices by height only.
Declared in <node/blockstorage.h>
bool
operator()(
CBlockIndex const* pa,
CBlockIndex const* pb) const;
True if pa has a lower height than pb.
| Name | Description |
|---|---|
| pa | The first block index to compare. |
| pb | The second block index to compare. |