CValidationInterface::ActiveTipChange

Notifies listeners any time the block chain tip changes, synchronously.

Synopsis

Declared in <validationinterface.h>

virtual
void
ActiveTipChange(
    CBlockIndex const& new_tip,
    bool is_ibd);

Parameters

NameDescription
new_tipThe new active chain tip.
is_ibdWhether the node is still in initial block download.