use https to fetch remote nodes list on Windows

This commit is contained in:
xiphon 2019-05-22 15:03:01 +00:00
parent c286c7e5a8
commit 65422ae6ca

View file

@ -121,10 +121,7 @@ ApplicationWindow {
} }
// monero-gui workgroup maintained // monero-gui workgroup maintained
if(isWindows) return "https://autonode.xmr.pm/"
return "http://autonode.xmr.pm/";
else
return "https://autonode.xmr.pm/"
} }
// true if wallet ever synchronized // true if wallet ever synchronized