bitcoind + levelDB processor integration
[electrum-server.git] / processor.py
index 56cea3d..e7a340c 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.stop()
+
     def get_sessions(self):
         with self.lock:
             r = self.sessions[:]