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

Method getVerificationProgress

src/qt/clientmodel.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88double ClientModel::getVerificationProgress() const
89{
90 LOCK(cs_main);
91 return Checkpoints::GuessVerificationProgress(Params().Checkpoints(), chainActive.Tip());
92}
93
94void ClientModel::updateTimer()
95{

Callers 1

setNumBlocksMethod · 0.80

Calls 3

ParamsClass · 0.50
TipMethod · 0.45

Tested by

no test coverage detected