kernel::BlockTreeDB::ReadReindexing

Read whether a reindex was in progress.

Synopsis

Declared in <node/blockstorage.h>

void
ReadReindexing(bool& fReindexing);

Parameters

NameDescription
fReindexingOutput set to true if reindexing was in progress.