commit deda6535e0a39fbd692276f95d0d979408a832ac
parent 33d14e4238d08f69934c8fcb6f77926a8f39f6d1
Author: SomberNight <somber.night@protonmail.com>
Date: Tue, 25 Sep 2018 19:22:37 +0200
bump min aiorpcx to 0.8.2
Diffstat:
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/contrib/requirements/requirements.txt b/contrib/requirements/requirements.txt
@@ -6,6 +6,6 @@ protobuf
dnspython
jsonrpclib-pelix
qdarkstyle<3.0
-aiorpcx>=0.8.1,<0.9
+aiorpcx>=0.8.2,<0.9
aiohttp
aiohttp_socks
diff --git a/electrum/interface.py b/electrum/interface.py
@@ -51,8 +51,6 @@ class NotificationSession(ClientSession):
self.subscriptions = defaultdict(list)
self.cache = {}
self.in_flight_requests_semaphore = asyncio.Semaphore(100)
- # disable bandwidth limiting (used by superclass):
- self.bw_limit = 0
async def handle_request(self, request):
# note: if server sends malformed request and we raise, the superclass