[#node-BlockManager-m_blockfiles_indexed] = xref:node.adoc[node]::xref:node/BlockManager.adoc[BlockManager]::m_blockfiles_indexed :relfileprefix: ../../ :mrdocs: Whether all blockfiles have been added to the block tree database. Normally true, but set to false when a reindex is requested and the database is wiped. The value is persisted in the database across restarts and will be false until reindexing completes. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::atomic_bool m_blockfiles_indexed = {true}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#