BlockFilterIndex::CustomCommit

Flush the next filter file position alongside the index commit.

Synopsis

Declared in <index/blockfilterindex.h>

virtual
bool
CustomCommit(CDBBatch& batch) override;

Return Value

True on success.

Parameters

NameDescription
batchWrite batch that additional index state is added to.