mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #2174
65422ae
use https to fetch remote nodes list on Windows (xiphon)
This commit is contained in:
commit
d0e8cf2b43
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