[#CZMQNotificationInterface-UpdatedBlockTip] = xref:CZMQNotificationInterface.adoc[CZMQNotificationInterface]::UpdatedBlockTip :relfileprefix: ../ :mrdocs: Handle the active chain tip being updated. == Synopsis Declared in `<zmq/zmqnotificationinterface.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void UpdatedBlockTip( xref:CBlockIndex.adoc[CBlockIndex] const* pindexNew, xref:CBlockIndex.adoc[CBlockIndex] const* pindexFork, bool fInitialDownload) override; ---- == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#