From ddae84abb3741f43f4776aafe62adbdea82ba55e Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Thu, 4 Jun 2020 09:29:58 -0400 Subject: [PATCH] fix pending_count --- lbry/wallet/network.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lbry/wallet/network.py b/lbry/wallet/network.py index 94ffd5e4f..a315e52a8 100644 --- a/lbry/wallet/network.py +++ b/lbry/wallet/network.py @@ -149,7 +149,6 @@ class ClientSession(BaseClientSession): self.response_time = None self.connection_latency = None self._response_samples = 0 - self.pending_amount = 0 self._on_disconnect_controller.add(True)