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
Name |
Description |
role |
Role of the chainstate that was flushed. |
locator |
Block locator marking how far the chainstate has flushed. |
Created with MrDocs