diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-05-27 13:42:20 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-05-27 13:42:20 -0500 |
| commit | d0e8cf2b43ee4209897d1036b88ee46e99def5c8 (patch) | |
| tree | 588169b4ff915e4d5538e05443ba83ce22b6d247 | |
| parent | f197f507bcab4c22613e1fee88195c2b5b52f7f8 (diff) | |
| parent | 65422ae6ca540a3f13cc028621280b2dcba7662e (diff) | |
| download | monzero-gui-d0e8cf2b43ee4209897d1036b88ee46e99def5c8.tar.gz monzero-gui-d0e8cf2b43ee4209897d1036b88ee46e99def5c8.tar.xz monzero-gui-d0e8cf2b43ee4209897d1036b88ee46e99def5c8.zip | |
Merge pull request #2174
65422ae use https to fetch remote nodes list on Windows (xiphon)
| -rw-r--r-- | main.qml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |
