X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=blobdiff_plain;f=processor.py;fp=processor.py;h=c6972f828b4206ba1754f663a311755ef33f42ea;hp=9d1355d79b556c38c1fbe28a6e8c0f4caaa8637b;hb=1abbd5675d40b85eb339c90c4082cdc22e620a86;hpb=4c2b19c4f790910158f3a8084190bd847f518c11 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: