Update patch to work with source after Nov 10 2012
[electrum-server.git] / processor.py
index 56cea3d..c6972f8 100644 (file)
@@ -183,6 +183,10 @@ class RequestDispatcher(threading.Thread):
             except:
                 pass
 
+            #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:
             r = self.sessions[:]