Handle a block being disconnected from the active chain.
Declared in <zmq/zmqnotificationinterface.h>
virtual
void
BlockDisconnected(
std::shared_ptr<CBlock const> const& pblock,
CBlockIndex const* pindexDisconnected) override;
| Name | Description |
|---|---|
| pblock | The disconnected block. |
| pindexDisconnected | The block index of the disconnected block. |