Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update frame-metadata/src/v15.rs
Co-authored-by: Bastian Köcher <git@kchr.de>
  • Loading branch information
lexnv and bkchr authored Mar 29, 2023
commit b20c509fbe101a2f480821a33d8edb2ee2162102
2 changes: 1 addition & 1 deletion frame-metadata/src/v15.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub struct RuntimeMetadataV15 {
/// The type of the `Runtime`.
pub ty: <PortableForm as Form>::Type,
/// Metadata of the Runtime API.
pub runtime: Vec<RuntimeApiMetadata<PortableForm>>,
pub apis: Vec<RuntimeApiMetadata<PortableForm>>,
}

impl RuntimeMetadataV15 {
Expand Down