change default server to lite.myhush.org
This commit is contained in:
@@ -457,8 +457,8 @@ void MainWindow::setupSettingsModal() {
|
||||
settings.chkFetchPrices->setChecked(Settings::getInstance()->getAllowFetchPrices());
|
||||
|
||||
// List of default servers
|
||||
settings.cmbServer->addItem("https://lite.myhush.org");
|
||||
settings.cmbServer->addItem("https://hush-lightwallet.de:443");
|
||||
settings.cmbServer->addItem("https://lite.myhush.org:443");
|
||||
|
||||
// Load current values into the dialog
|
||||
auto conf = Settings::getInstance()->getSettings();
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user