[#ChainstateManager-LoadBlockIndex] = xref:ChainstateManager.adoc[ChainstateManager]::LoadBlockIndex :relfileprefix: ../ :mrdocs: Load the block tree and coins database from disk, initializing state if we're running with ‐reindex == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f9513c47f38), requires_capability(0x7f9502de96d8), requires_capability(0x7f950b21bea8), requires_capability(0x7f9514bf5e98)]] bool LoadBlockIndex(); ---- == Return Value true if the block index was loaded successfully. [.small]#Created with https://www.mrdocs.com[MrDocs]#