Called when a block is connected to the active chain.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

virtual
void
BlockConnected(
    Block block,
    BlockTreeEntry entry);

Parameters

Name

Description

block

The connected block.

entry

The block's tree entry.

Created with MrDocs