Skip to content

Commit 715194b

Browse files
authored
Merge pull request #251 from opentensor/fix/update-_get_metadata_storage_functions
Fix: Update _get_metadata_storage_functions
2 parents 968846c + f0480de commit 715194b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async_substrate_interface/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ def _get_metadata_storage_functions(self, runtime: Runtime) -> list[dict[str, An
11271127
self.serialize_storage_item(
11281128
storage_item=storage,
11291129
module=module,
1130-
spec_version_id=self.runtime.runtime_version,
1130+
spec_version_id=runtime.runtime_version,
11311131
runtime=runtime,
11321132
)
11331133
)

0 commit comments

Comments
 (0)