diff options
| author | xiphon <xiphon@protonmail.com> | 2019-05-22 15:03:01 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-05-22 15:03:01 +0000 |
| commit | 65422ae6ca540a3f13cc028621280b2dcba7662e (patch) | |
| tree | 86593338974df5de514a29069393a356914ebb32 | |
| parent | c286c7e5a8e67d769bc9054f661ab742a8b1a5ba (diff) | |
| download | monzero-gui-65422ae6ca540a3f13cc028621280b2dcba7662e.tar.gz monzero-gui-65422ae6ca540a3f13cc028621280b2dcba7662e.tar.xz monzero-gui-65422ae6ca540a3f13cc028621280b2dcba7662e.zip | |
use https to fetch remote nodes list on Windows
| -rw-r--r-- | main.qml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -121,10 +121,7 @@ ApplicationWindow { } // monero-gui workgroup maintained - if(isWindows) - return "http://autonode.xmr.pm/"; - else - return "https://autonode.xmr.pm/" + return "https://autonode.xmr.pm/" } // true if wallet ever synchronized |
