Handle the active chain tip being updated.
Synopsis
Declared in <zmq/zmqnotificationinterface.h>
virtual
void
UpdatedBlockTip(
CBlockIndex const* pindexNew,
CBlockIndex const* pindexFork,
bool fInitialDownload) override;
Parameters
Name |
Description |
pindexNew |
The block index of the new tip. |
pindexFork |
The block index of the last common ancestor with the previous tip. |
fInitialDownload |
Whether the node is still in initial block download. |
Created with MrDocs