MCPcopy Create free account
hub / github.com/ElementsProject/elements / isInitialBlockDownload

Method isInitialBlockDownload

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

Source from the content-addressed store, hash-verified

247 return GuessVerificationProgress(tip, Params().GetConsensus().nPowTargetSpacing);
248 }
249 bool isInitialBlockDownload() override {
250 return chainman().ActiveChainstate().IsInitialBlockDownload();
251 }
252 bool getReindex() override { return node::fReindex; }
253 bool getImporting() override { return node::fImporting; }
254 void setNetworkActive(bool active) override

Callers 4

getpeginaddressFunction · 0.45
claimpeginFunction · 0.45
processNewTransactionMethod · 0.45

Calls 1

Tested by

no test coverage detected