CoinStatsIndex::CustomCommit

Persist the current UTXO statistics alongside the index commit.

Synopsis

Declared in <index/coinstatsindex.h>

virtual
bool
CustomCommit(CDBBatch& batch) override;

Return Value

True on success.

Parameters

NameDescription
batchWrite batch that additional index state is added to.