mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 19:32:03 +02:00
Merge pull request #2174
65422ae
use https to fetch remote nodes list on Windows (xiphon)
This commit is contained in:
commit
d0e8cf2b43
5
main.qml
5
main.qml
@ -121,10 +121,7 @@ ApplicationWindow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// monero-gui workgroup maintained
|
// monero-gui workgroup maintained
|
||||||
if(isWindows)
|
return "https://autonode.xmr.pm/"
|
||||||
return "http://autonode.xmr.pm/";
|
|
||||||
else
|
|
||||||
return "https://autonode.xmr.pm/"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// true if wallet ever synchronized
|
// true if wallet ever synchronized
|
||||||
|
Loading…
Reference in New Issue
Block a user