Handle a chainstate flush by committing the index up to the flushed point.
Declared in <index/base.h>
virtual
void
ChainStateFlushed(
kernel::ChainstateRole const& role,
CBlockLocator const& locator) override;
| Name | Description |
|---|---|
| role | Role of the chainstate that was flushed. |
| locator | Block locator marking how far the chainstate has flushed. |