Browse Source

add new US lightwallet server

pull/55/head
Denio 5 years ago
parent
commit
b289fd1529
  1. 2
      src/mainwindow.cpp

2
src/mainwindow.cpp

@ -458,7 +458,7 @@ void MainWindow::setupSettingsModal() {
// List of default servers
settings.cmbServer->addItem("https://hush-lightwallet.de:443");
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();

Loading…
Cancel
Save