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
Name |
Description |
block |
Best block recorded in the database, if any. |
Created with MrDocs