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

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