diff --git a/silentdragonlite b/silentdragonlite deleted file mode 100755 index ffde6d1..0000000 Binary files a/silentdragonlite and /dev/null differ diff --git a/src/controller.cpp b/src/controller.cpp index df4ca23..1a29b43 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -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()) diff --git a/src/settings.cpp b/src/settings.cpp index 0e51759..bc76852 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -153,7 +153,7 @@ void Settings::saveRestoreTableHeader(QTableView* table, QDialog* d, QString tab } QString Settings::getDefaultServer() { - return "https://hush-lightwallet.de:439/"; + return "https://hush-lightwallet.de:443"; } void Settings::openAddressInExplorer(QString address) {