mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
use https to fetch remote nodes list on Windows
This commit is contained in:
parent
c286c7e5a8
commit
65422ae6ca
1 changed files with 1 additions and 4 deletions
5
main.qml
5
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
|
||||
|
|
Loading…
Reference in a new issue