From e78531d91351a8a8cd6761f69e49cc46ba0ff0df Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 12 Mar 2017 19:25:49 +0100 Subject: [PATCH] follow up 8babd3e986497ca9564a939cf76f139c263fd40d --- lib/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/network.py b/lib/network.py index 138f2e709..7cdbe386c 100644 --- a/lib/network.py +++ b/lib/network.py @@ -43,7 +43,7 @@ from interface import Connection, Interface from blockchain import Blockchain from version import ELECTRUM_VERSION, PROTOCOL_VERSION -DEFAULT_PORTS = DEFAULT_PORTS +DEFAULT_PORTS = {'t':'50001', 's':'50002'} DEFAULT_SERVERS = { 'erbium1.sytes.net':DEFAULT_PORTS,