Skip to content

Commit

Permalink
[qt] sync-overlay: Don't show estimated number of headers left
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Sep 29, 2016
1 parent faa4de2 commit fa85e86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qt/modaloverlay.cpp
Expand Up @@ -134,7 +134,6 @@ void ModalOverlay::tipUpdate(int count, const QDateTime& blockDate, double nVeri
if (estimateNumHeadersLeft < 24 && hasBestHeader) {
ui->numberOfBlocksLeft->setText(QString::number(bestHeaderHeight - count));
} else {
ui->numberOfBlocksLeft->setText("~" + QString::number(bestHeaderHeight + estimateNumHeadersLeft - count));
ui->expectedTimeLeft->setText(tr("Unknown. Syncing Headers..."));
}
}
Expand Down

0 comments on commit fa85e86

Please sign in to comment.