[#ChainstateManager-ShouldCheckBlockIndex] = xref:ChainstateManager.adoc[ChainstateManager]::ShouldCheckBlockIndex :relfileprefix: ../ :mrdocs: Whether expensive block‐index consistency checks should run. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool ShouldCheckBlockIndex() const; ---- == Return Value true if the block index should be checked (e.g. on regtest). [.small]#Created with https://www.mrdocs.com[MrDocs]#