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
Name |
Description |
block |
The disconnected block. |
entry |
The block's tree entry. |
Created with MrDocs