Check whether we are doing an initial block download (synchronizing from disk or network).
Synopsis
Declared in <validation.h>
bool
IsInitialBlockDownload() const noexcept;
Return Value
true if the node is still in initial block download.
Created with MrDocs