We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ea239 commit ba8e979Copy full SHA for ba8e979
async_substrate_interface/sync_substrate.py
@@ -1626,7 +1626,7 @@ def _make_rpc_request(
1626
if item_id not in request_manager.responses or isinstance(
1627
result_handler, Callable
1628
):
1629
- if response := _received.pop(item_id):
+ if response := _received.pop(item_id, None):
1630
if (
1631
isinstance(result_handler, Callable)
1632
and not subscription_added
0 commit comments