X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=transports%2Fstratum_tcp.py;fp=transports%2Fstratum_tcp.py;h=4bcefabb145e353f41987a09873126276bf642ec;hb=f67ae92c742e2583f61684f15899e973d45dc804;hp=b7176b9efce4f4f770ccf01d15d7d15f17d72ad2;hpb=3051f46df11fc6c9ebe321c9ef6d726e65310129;p=electrum-server.git diff --git a/transports/stratum_tcp.py b/transports/stratum_tcp.py index b7176b9..4bcefab 100644 --- a/transports/stratum_tcp.py +++ b/transports/stratum_tcp.py @@ -12,7 +12,7 @@ class TcpSession(Session): Session.__init__(self) self._connection = connection self.address = address[0] - self.name = "TCP session" + self.name = "TCP" def connection(self): if self.stopped():