mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 20:20:02 +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
|
// monero-gui workgroup maintained
|
||||||
if(isWindows)
|
|
||||||
return "http://autonode.xmr.pm/";
|
|
||||||
else
|
|
||||||
return "https://autonode.xmr.pm/"
|
return "https://autonode.xmr.pm/"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue