[#CZMQNotificationInterface-BlockDisconnected-02] = xref:CZMQNotificationInterface.adoc[CZMQNotificationInterface]::BlockDisconnected :relfileprefix: ../ :mrdocs: Handle a block being disconnected from the active chain. == Synopsis Declared in `<zmq/zmqnotificationinterface.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void BlockDisconnected( std::shared_ptr<CBlock const> const& pblock, xref:CBlockIndex.adoc[CBlockIndex] const* pindexDisconnected) override; ---- == Parameters [cols="1,4"] |=== | Name| Description | *pblock* | The disconnected block. | *pindexDisconnected* | The block index of the disconnected block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#