add server info command. send command line commands with tcp instead of http
[electrum-server.git] / transports / stratum_tcp.py
index cb0f203..bd7cdae 100644 (file)
@@ -12,7 +12,6 @@ class TcpSession(Session):
         Session.__init__(self)
         self._connection = connection
         self.address = address[0]
-        self.version = 'unknown'
         self.name = "TCP session"
 
     def connection(self):