ValidationSignals::BlockDisconnected

Fire the BlockDisconnected event to all subscribers.

Synopsis

Declared in <validationinterface.h>

void
BlockDisconnected(
    std::shared_ptr<CBlock const> block,
    CBlockIndex const* pindex);

Parameters

NameDescription
blockThe block that was disconnected.
pindexBlock index entry for the disconnected block.