We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486aa25 commit 4605345Copy full SHA for 4605345
async_substrate_interface/async_substrate.py
@@ -1471,6 +1471,7 @@ async def init_runtime(
1471
and block_hash == self.startup_block_hash
1472
):
1473
await self.startup_runtime_task
1474
+ self.startup_runtime_task = None
1475
1476
if block_id and block_hash:
1477
raise ValueError("Cannot provide block_hash and block_id at the same time")
0 commit comments