MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / isInitialBlockDownload

Method isInitialBlockDownload

src/interfaces/node.cpp:185–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 return GuessVerificationProgress(Params().TxData(), tip);
184 }
185 bool isInitialBlockDownload() override { return IsInitialBlockDownload(); }
186 bool getReindex() override { return ::fReindex; }
187 bool getImporting() override { return ::fImporting; }
188 void setNetworkActive(bool active) override

Callers 1

processNewTransactionMethod · 0.80

Calls 1

IsInitialBlockDownloadFunction · 0.85

Tested by

no test coverage detected