CoinStatsIndex::CustomInit

Restore the running UTXO statistics from the database on startup.

Synopsis

Declared in <index/coinstatsindex.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.