Fire the UpdatedBlockTip event to all subscribers.

Synopsis

Declared in <validationinterface.h>

void
UpdatedBlockTip(
    CBlockIndex const* pindexNew,
    CBlockIndex const* pindexFork,
    bool fInitialDownload);

Parameters

Name

Description

pindexNew

The new chain tip.

pindexFork

The last common block between the old and new tip, or nullptr.

fInitialDownload

Whether the node is still in initial block download.

Created with MrDocs