commit e78531d91351a8a8cd6761f69e49cc46ba0ff0df
parent 8babd3e986497ca9564a939cf76f139c263fd40d
Author: ThomasV <thomasv@electrum.org>
Date: Sun, 12 Mar 2017 19:25:49 +0100
follow up 8babd3e986497ca9564a939cf76f139c263fd40d
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,