[#ChainstateManager-CheckBlockIndex] = xref:ChainstateManager.adoc[ChainstateManager]::CheckBlockIndex :relfileprefix: ../ :mrdocs: Make various assertions about the state of the block index. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void CheckBlockIndex() const; ---- == Description By default this only executes fully when using the Regtest chain; see: m_options.check_block_index. [.small]#Created with https://www.mrdocs.com[MrDocs]#