CoinStatsIndex::CustomRemove

Roll back the statistics for a block being disconnected.

Synopsis

Declared in <index/coinstatsindex.h>

virtual
bool
CustomRemove(interfaces::BlockInfo const& block) override;

Return Value

True on success.

Parameters

NameDescription
blockInformation about the block being removed.