Fire the UpdatedBlockTip event to all subscribers.
Declared in <validationinterface.h>
void
UpdatedBlockTip(
CBlockIndex const* pindexNew,
CBlockIndex const* pindexFork,
bool fInitialDownload);
| 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. |