mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-11 15:19:19 +02:00
[MOVEONLY] Move progress estimation out of checkpoints
This commit is contained in:
@@ -130,7 +130,7 @@ double ClientModel::getVerificationProgress(const CBlockIndex *tipIn) const
|
||||
LOCK(cs_main);
|
||||
tip = chainActive.Tip();
|
||||
}
|
||||
return Checkpoints::GuessVerificationProgress(Params().Checkpoints(), tip);
|
||||
return GuessVerificationProgress(Params().Checkpoints(), tip);
|
||||
}
|
||||
|
||||
void ClientModel::updateTimer()
|
||||
|
||||
Reference in New Issue
Block a user