build with embedded zcashd

This commit is contained in:
Aditya Kulkarni
2018-11-09 14:46:21 -08:00
parent b2fa525987
commit 0429b592aa
2 changed files with 49 additions and 26 deletions

View File

@@ -333,7 +333,7 @@ void ConnectionLoader::refreshZcashdState(Connection* connection, std::function<
!res.is_discarded()) {
// The server is loading, so just poll until it succeeds
QString status = QString::fromStdString(res["error"]["message"]);
showInformation("Your zcashd is starting up. Please wait.", status);
this->showInformation("Your zcashd is starting up. Please wait.", status);
// Refresh after one second
QTimer::singleShot(1000, [=]() { this->refreshZcashdState(connection, refused); });