preserve custom metadata when converting between Subxt metadata and frame_metadata (#1914)

This commit is contained in:
James Wilson
2025-01-30 16:14:11 +00:00
committed by GitHub
parent a5a1733b95
commit 94f4e7f39b
2 changed files with 20 additions and 3 deletions
+1 -3
View File
@@ -284,9 +284,7 @@ mod into_v15 {
event_enum_ty: m.outer_enums.event_enum_ty.into(),
error_enum_ty: m.outer_enums.error_enum_ty.into(),
},
custom: v15::CustomMetadata {
map: Default::default(),
},
custom: m.custom,
}
}
}