Called when a block with valid proof of work is received.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

virtual
void
PowValidBlock(
    BlockTreeEntry entry,
    Block block);

Parameters

Name

Description

entry

The block's tree entry.

block

The block itself.

Created with MrDocs