mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 12:30:10 +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
3
main.qml
3
main.qml
|
@ -121,9 +121,6 @@ ApplicationWindow {
|
|||
}
|
||||
|
||||
// monero-gui workgroup maintained
|
||||
if(isWindows)
|
||||
return "http://autonode.xmr.pm/";
|
||||
else
|
||||
return "https://autonode.xmr.pm/"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue