Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Forgotten re-export for MatchedConvertedConcreteId (#6815)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Mar 3, 2023
1 parent 66efa23 commit c75f92a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xcm/xcm-builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ pub use origin_conversion::{
};

mod asset_conversion;
pub use asset_conversion::{AsPrefixedGeneralIndex, ConvertedAbstractId, ConvertedConcreteId};
pub use asset_conversion::{
AsPrefixedGeneralIndex, ConvertedAbstractId, ConvertedConcreteId, MatchedConvertedConcreteId,
};
#[allow(deprecated)]
pub use asset_conversion::{ConvertedAbstractAssetId, ConvertedConcreteAssetId};

Expand Down

0 comments on commit c75f92a

Please sign in to comment.