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)