[#CoinStatsIndex-CustomCommit] = xref:CoinStatsIndex.adoc[CoinStatsIndex]::CustomCommit :relfileprefix: ../ :mrdocs: Persist the current UTXO statistics alongside the index commit. == Synopsis Declared in `<index/coinstatsindex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool CustomCommit(xref:CDBBatch.adoc[CDBBatch]& batch) override; ---- == Return Value True on success. == Parameters [cols="1,4"] |=== | Name| Description | *batch* | Write batch that additional index state is added to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#