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

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Feb 14, 2023
1 parent 4fff91c commit 909567f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion xcm/src/v3/junction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ use crate::{
},
VersionedMultiLocation,
};
use bounded_collections::{BoundedSlice, BoundedVec, ConstU32};
use core::convert::{TryFrom, TryInto};
use parity_scale_codec::{self, Decode, Encode, MaxEncodedLen};
use scale_info::TypeInfo;
use sp_core::{
bounded::{BoundedSlice, BoundedVec},
ConstU32,
};

/// A global identifier of a data structure existing within consensus.
///
Expand Down

0 comments on commit 909567f

Please sign in to comment.