Order two block indices by height only.

Synopsis

Declared in <node/blockstorage.h>

bool
operator()(
    CBlockIndex const* pa,
    CBlockIndex const* pb) const;

Return Value

True if pa has a lower height than pb.

Parameters

Name

Description

pa

The first block index to compare.

pb

The second block index to compare.

Created with MrDocs