Erase all orphans included in or invalidated by a new block

Synopsis

Declared in <node/txorphanage.h>

virtual
void
EraseForBlock(CBlock const& block) = 0;

Parameters

Name

Description

block

The newly connected block.

Created with MrDocs