Browse Source

set new port for https server

pull/14/head
DenioD 5 years ago
parent
commit
53f0967441
  1. BIN
      silentdragonlite
  2. 2
      src/controller.cpp
  3. 2
      src/settings.cpp

BIN
silentdragonlite

Binary file not shown.

2
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())

2
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) {

Loading…
Cancel
Save