Skip to content

Commit 4605345

Browse files
committed
Reset startup task
1 parent 486aa25 commit 4605345

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

async_substrate_interface/async_substrate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,6 +1471,7 @@ async def init_runtime(
14711471
and block_hash == self.startup_block_hash
14721472
):
14731473
await self.startup_runtime_task
1474+
self.startup_runtime_task = None
14741475

14751476
if block_id and block_hash:
14761477
raise ValueError("Cannot provide block_hash and block_id at the same time")

0 commit comments

Comments
 (0)