From 65422ae6ca540a3f13cc028621280b2dcba7662e Mon Sep 17 00:00:00 2001 From: xiphon Date: Wed, 22 May 2019 15:03:01 +0000 Subject: [PATCH] use https to fetch remote nodes list on Windows --- main.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/main.qml b/main.qml index 92d46ea8..5f3d5086 100644 --- a/main.qml +++ b/main.qml @@ -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