mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-12 13:43:43 +01:00
Fix typos
This commit is contained in:
committed by
Dimitris Apostolou
parent
00d1680498
commit
4d9b4256d8
@@ -81,7 +81,7 @@ void ModalOverlay::tipUpdate(int count, const QDateTime& blockDate, double nVeri
|
||||
// keep a vector of samples of verification progress at height
|
||||
blockProcessTime.push_front(qMakePair(currentDate.toMSecsSinceEpoch(), nVerificationProgress));
|
||||
|
||||
// show progress speed if we have more then one sample
|
||||
// show progress speed if we have more than one sample
|
||||
if (blockProcessTime.size() >= 2) {
|
||||
double progressDelta = 0;
|
||||
double progressPerHour = 0;
|
||||
|
||||
Reference in New Issue
Block a user