Skip to content

Commit f0480de

Browse files
committed
update _get_metadata_storage_functions
1 parent 968846c commit f0480de

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)