Persist whether a reindex is in progress.

Synopsis

Declared in <node/blockstorage.h>

void
WriteReindexing(bool fReindexing);

Parameters

Name

Description

fReindexing

True if reindexing is in progress.

Created with MrDocs