set new port for https server

This commit is contained in:
DenioD
2019-10-29 17:18:06 +01:00
parent e43610c33e
commit 53f0967441
3 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ void Controller::setConnection(Connection* c) {
this->zrpc->setConnection(c);
ui->statusBar->showMessage("Connectet with https://hush-lightwallet.de");
ui->statusBar->showMessage("");
// If we're allowed to get the Hush Price, get the prices
if (Settings::getInstance()->getAllowFetchPrices())