Publish a sequence message for a disconnected block.
Synopsis
Declared in <zmq/zmqpublishnotifier.h>
virtual
bool
NotifyBlockDisconnect(CBlockIndex const* pindex) override;
Return Value
True on success, false on failure.
Parameters
Name |
Description |
pindex |
The block index of the disconnected block. |
Created with MrDocs