Transactions-based verification progress
This commit is contained in:
@@ -572,8 +572,8 @@ void BitcoinGUI::setNumBlocks(int count, int nTotalBlocks)
|
||||
progressBarLabel->setText(importText);
|
||||
progressBarLabel->setVisible(true);
|
||||
progressBar->setFormat(tr("%1 behind").arg(timeBehindText));
|
||||
progressBar->setMaximum(totalSecs);
|
||||
progressBar->setValue(totalSecs - secs);
|
||||
progressBar->setMaximum(1000000000);
|
||||
progressBar->setValue(clientModel->getVerificationProgress() * 1000000000.0 + 0.5);
|
||||
progressBar->setVisible(true);
|
||||
|
||||
tooltip = tr("Catching up...") + QString("<br>") + tooltip;
|
||||
|
||||
Reference in New Issue
Block a user