Removing HTTPs for Windows

pull/2/head
dsc 5 years ago
parent 07df0f41bf
commit e516a8060a
No known key found for this signature in database
GPG Key ID: 7BBC83D7A8810AAB

@ -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