BlockFilterIndex::CustomInit

Restore in-memory state from the database on startup.

Synopsis

Declared in <index/blockfilterindex.h>

virtual
bool
CustomInit(std::optional<interfaces::BlockRef> const& block) override;

Return Value

True on success.

Parameters

NameDescription
blockBest block recorded in the database, if any.