Fire the BlockDisconnected event to all subscribers.
Declared in <validationinterface.h>
void
BlockDisconnected(
std::shared_ptr<CBlock const> block,
CBlockIndex const* pindex);
| Name | Description |
|---|---|
| block | The block that was disconnected. |
| pindex | Block index entry for the disconnected block. |