From 56917780f108630a264844b5912cd49b3ec4dd06 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 2 Oct 2013 13:50:56 +0200 Subject: [PATCH] server name change (hachre) --- lib/network.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/network.py b/lib/network.py index 7583a70..e01e2db 100644 --- a/lib/network.py +++ b/lib/network.py @@ -9,7 +9,7 @@ DEFAULT_PORTS = {'t':'50001', 's':'50002', 'h':'8081', 'g':'8082'} DEFAULT_SERVERS = { 'the9ull.homelinux.org': {'h': '8082', 't': '50001'}, 'electrum.coinwallet.me': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'}, - 'electrum.dynaloop.net': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'}, + 'electrum.hachre.de': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'}, 'electrum.koh.ms': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'}, 'electrum.novit.ro': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'}, 'electrum.stepkrav.pw': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'}, -- 1.7.1