change default server to lite.myhush.org

This commit is contained in:
Denio
2019-12-03 20:58:13 +01:00
parent 8d51375107
commit 8ed21ce8c6
2 changed files with 2 additions and 2 deletions

View File

@@ -263,7 +263,7 @@ void Settings::saveRestoreTableHeader(QTableView* table, QDialog* d, QString tab
}
QString Settings::getDefaultServer() {
return "https://hush-lightwallet.de:443";
return "https://lite.myhush.org";
}
void Settings::openAddressInExplorer(QString address) {