Fire the BlockDisconnected event to all subscribers.

Synopsis

Declared in <validationinterface.h>

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

Parameters

Name

Description

block

The block that was disconnected.

pindex

Block index entry for the disconnected block.

Created with MrDocs