From 36a6deaee70ff180ce4f2b238ce5080a614c95aa Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 25 Dec 2013 16:26:15 +0100 Subject: [PATCH] renamed server. fixes issue #508 --- lib/network.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/network.py b/lib/network.py index 4a04b24..b400ade 100644 --- a/lib/network.py +++ b/lib/network.py @@ -14,7 +14,7 @@ DEFAULT_SERVERS = { #'ecdsa.org': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'}, 'electrum.no-ip.org': {'h': '80', 's': '50002', 't': '50001', 'g': '443'}, 'electrum.drollette.com': {'h': '5000', 's': '50002', 't': '50001', 'g': '8082'}, - 'btc.it-zone.org': {'h': '80', 's': '110', 't': '50001', 'g': '443'}, + 'electrum.random.re': {'h': '80', 's': '110', 't': '50001', 'g': '443'}, 'btc.medoix.com': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'}, 'electrum.stupidfoot.com': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'}, #'electrum.pdmc.net': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'}, -- 1.7.1