Skip to content

Commit 71f134d

Browse files
committed
Merge branch 'staging' into release/1.5.14
2 parents 7e6aa0a + 715194b commit 71f134d

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)