Handle the active chain tip being updated.
Declared in <zmq/zmqnotificationinterface.h>
virtual
void
UpdatedBlockTip(
CBlockIndex const* pindexNew,
CBlockIndex const* pindexFork,
bool fInitialDownload) override;
| 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. |