1
0

select the longest blockchain from several servers

This commit is contained in:
thomasv
2013-09-02 17:49:12 +02:00
parent 48efc62b2d
commit 2a6e8927dd
3 changed files with 177 additions and 83 deletions

View File

@@ -332,7 +332,8 @@ class Interface(threading.Thread):
try:
s.connect(( self.host.encode('ascii'), int(self.port)))
except:
traceback.print_exc(file=sys.stdout)
#traceback.print_exc(file=sys.stdout)
print_error("failed to connect", host, port)
self.is_connected = False
self.s = None
return