thardcode another testnet server - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 6b872b68bd322d71326600a1df70035b80da99ff DIR parent 2055fce087496487aa0802572cb3c55547db95f3 HTML Author: ThomasV <thomasv@electrum.org> Date: Tue, 4 Jul 2017 13:03:31 +0200 hardcode another testnet server Diffstat: M lib/network.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/lib/network.py b/lib/network.py t@@ -77,6 +77,7 @@ def set_testnet(): global DEFAULT_PORTS, DEFAULT_SERVERS DEFAULT_PORTS = {'t':'51001', 's':'51002'} DEFAULT_SERVERS = { + 'testnet1.bauerj.eu': DEFAULT_PORTS, '14.3.140.101': DEFAULT_PORTS, 'testnet.hsmiths.com': {'t':'53011', 's':'53012'}, 'electrum.akinbo.org': DEFAULT_PORTS,