From: ThomasV Date: Wed, 14 Nov 2012 14:27:39 +0000 (+0400) Subject: keep old clients X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=commitdiff_plain;h=1abbd5675d40b85eb339c90c4082cdc22e620a86 keep old clients --- diff --git a/processor.py b/processor.py index 9d1355d..c6972f8 100644 --- a/processor.py +++ b/processor.py @@ -183,9 +183,9 @@ class RequestDispatcher(threading.Thread): except: pass - if session.protocol_version < 0.6: - print_log("stopping session from old client", session.protocol_version) - session.stop() + #if session.protocol_version < 0.6: + # print_log("stopping session from old client", session.protocol_version) + # session.stop() def get_sessions(self): with self.lock: diff --git a/version.py b/version.py index c8ffb9e..1d03c9a 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -VERSION = "0.5" +VERSION = "0.6"