Show estimated blocks while syncing properly

This commit is contained in:
Aditya Kulkarni
2018-11-13 10:01:44 -08:00
parent ae3a31486b
commit 012d0bd131
2 changed files with 12 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ void ConnectionLoader::doAutoConnect() {
refreshZcashdState(connection, [=] () {
// Refused connection. So try and start embedded zcashd
if (Settings::getInstance()->useEmbedded()) {
this->showInformation("Starting Embedded zcashd");
this->showInformation("Starting embedded zcashd");
if (this->startEmbeddedZcashd()) {
// Embedded zcashd started up. Wait a second and then refresh the connection
QTimer::singleShot(1000, [=]() { doAutoConnect(); } );