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>

std::atomic_bool m_blockfiles_indexed = {true};

Created with MrDocs