Skip to content

Commit 415c66a

Browse files
committed
TODONE
1 parent 37a52b9 commit 415c66a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

async_substrate_interface/async_substrate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,6 @@ async def _recv(self, recd: bytes) -> None:
692692
self._received[response["id"]].set_result(response)
693693
self._in_use_ids.remove(response["id"])
694694
elif "params" in response:
695-
# TODO self._inflight won't work with subscriptions
696695
sub_id = response["params"]["subscription"]
697696
if sub_id not in self._received_subscriptions:
698697
self._received_subscriptions[sub_id] = asyncio.Queue()

0 commit comments

Comments
 (0)