btck::ValidationInterface::BlockDisconnected

Called when a block is disconnected from the active chain.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

virtual
void
BlockDisconnected(
    Block block,
    BlockTreeEntry entry);

Parameters

NameDescription
blockThe disconnected block.
entryThe block's tree entry.