Skip to content

Commit 8a46fc4

Browse files
committed
Add TODO for later.
1 parent c82df02 commit 8a46fc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

async_substrate_interface/async_substrate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,8 @@ async def get_runtime(block_hash, block_id) -> Runtime:
10261026
self.runtime_version
10271027
]
10281028
else:
1029+
# TODO when I get time, I'd like to add this and the metadata v15 as tasks with callbacks
1030+
# TODO to update the caches, but I don't have time now.
10291031
metadata = self._metadata = await self.get_block_metadata(
10301032
block_hash=runtime_block_hash, decode=True
10311033
)

0 commit comments

Comments
 (0)