MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / getVerificationProgress

Method getVerificationProgress

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

Source from the content-addressed store, hash-verified

335 return chainman().GetParams().GenesisBlock().GetBlockTime(); // Genesis block's time of current network
336 }
337 double getVerificationProgress() override
338 {
339 LOCK(chainman().GetMutex());
340 return chainman().GuessVerificationProgress(chainman().ActiveTip());
341 }
342 bool isInitialBlockDownload() override
343 {
344 return chainman().IsInitialBlockDownload();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected