Merge pull request #2174

65422ae use https to fetch remote nodes list on Windows (xiphon)
This commit is contained in:
luigi1111 2019-05-27 13:42:20 -05:00
commit d0e8cf2b43
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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