[#ChainstateManager-IsInitialBlockDownload] = xref:ChainstateManager.adoc[ChainstateManager]::IsInitialBlockDownload :relfileprefix: ../ :mrdocs: Check whether we are doing an initial block download (synchronizing from disk or network). == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsInitialBlockDownload() const noexcept; ---- == Return Value true if the node is still in initial block download. [.small]#Created with https://www.mrdocs.com[MrDocs]#