mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-12 05:34:57 +01:00
Move tx estimation data out of CCheckPointData
This commit is contained in:
@@ -130,7 +130,7 @@ double ClientModel::getVerificationProgress(const CBlockIndex *tipIn) const
|
||||
LOCK(cs_main);
|
||||
tip = chainActive.Tip();
|
||||
}
|
||||
return GuessVerificationProgress(Params().Checkpoints(), tip);
|
||||
return GuessVerificationProgress(Params().TxData(), tip);
|
||||
}
|
||||
|
||||
void ClientModel::updateTimer()
|
||||
|
||||
Reference in New Issue
Block a user