[qt] sync-overlay: Don't show estimated number of headers left
This commit is contained in:
parent
faa4de2a2a
commit
fa85e860a9
1 changed files with 0 additions and 1 deletions
|
@ -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..."));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue