[#CZMQAbstractNotifier-NotifyBlockDisconnect] = xref:CZMQAbstractNotifier.adoc[CZMQAbstractNotifier]::NotifyBlockDisconnect :relfileprefix: ../ :mrdocs: Notifies of every block disconnection. == Synopsis Declared in `<zmq/zmqabstractnotifier.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool NotifyBlockDisconnect(xref:CBlockIndex.adoc[CBlockIndex] const* pindex); ---- == Return Value True on success, false on failure. == Parameters [cols="1,4"] |=== | Name| Description | *pindex* | The block index of the disconnected block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#