[#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(0x7f2e1bc17bd8), requires_capability(0x7f2e146b5f28), requires_capability(0x7f2e298fb2f8), requires_capability(0x7f2e360b8a58)]] bool LoadBlockIndex(); ---- == Return Value true if the block index was loaded successfully. [.small]#Created with https://www.mrdocs.com[MrDocs]#