BaseIndex::ChainStateFlushed

Handle a chainstate flush by committing the index up to the flushed point.

Synopsis

Declared in <index/base.h>

virtual
void
ChainStateFlushed(
    kernel::ChainstateRole const& role,
    CBlockLocator const& locator) override;

Parameters

NameDescription
roleRole of the chainstate that was flushed.
locatorBlock locator marking how far the chainstate has flushed.