Skip to content

Commit

Permalink
frame/metadata: Remove call enum ty from custom types
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
  • Loading branch information
lexnv committed May 2, 2024
1 parent fbd75b0 commit 0fedb4d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,6 @@ pub fn expand_runtime_metadata(
},
custom_types: #scrate::__private::metadata_ir::CustomMetadataIR {
map: [
(
"CallEnumTy".into(),
#scrate::__private::scale_info::meta_type::<
<#runtime as #system_path::Config>::RuntimeCall
>(),
),
(
"AccountId".into(),
#scrate::__private::scale_info::meta_type::<
Expand Down

0 comments on commit 0fedb4d

Please sign in to comment.