Merge pull request #1980

e516a80 Removing HTTPs for Windows (xmrdsc)
pull/2/head
luigi1111 5 years ago
commit b93b201eb3
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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