From 49650243e27cc01941d396bcf77b8d6ddde259c1 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Wed, 23 Jul 2014 03:23:45 +0400 Subject: [PATCH] Comment out localhost --- lib/network.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/network.py b/lib/network.py index b96111f..cbe044a 100644 --- a/lib/network.py +++ b/lib/network.py @@ -7,7 +7,7 @@ from blockchain import Blockchain DEFAULT_PORTS = {'t':'50001', 's':'50002', 'h':'8081', 'g':'8082'} DEFAULT_SERVERS = { - '127.0.0.1': DEFAULT_PORTS, +# '127.0.0.1': DEFAULT_PORTS, '193.23.181.148': DEFAULT_PORTS, '91.235.143.61': DEFAULT_PORTS, } -- 1.7.1