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
if(isWindows)
return "http://autonode.xmr.pm/";
else
return "https://autonode.xmr.pm/"
return "https://autonode.xmr.pm/"
}
// true if wallet ever synchronized