diff --git a/lbry/wallet/network.py b/lbry/wallet/network.py index 8155a300a..01204da99 100644 --- a/lbry/wallet/network.py +++ b/lbry/wallet/network.py @@ -439,4 +439,3 @@ class Network: async with self.aiohttp_session.post(server, json=message) as r: result = await r.json() return result['result'] -