diff --git a/lbry/wallet/rpc/session.py b/lbry/wallet/rpc/session.py index 619bff791..e4ce4a8a8 100644 --- a/lbry/wallet/rpc/session.py +++ b/lbry/wallet/rpc/session.py @@ -61,7 +61,6 @@ class Connector: async def __aenter__(self): transport, self.protocol = await self.create_connection() - # By default, do not limit outgoing connections return self.protocol async def __aexit__(self, exc_type, exc_value, traceback):