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

Commit

Permalink
Update xcm/pallet-xcm/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: zjb0807 <zjb0807@qq.com>
  • Loading branch information
GopherJ and zjb0807 authored Oct 21, 2021
1 parent 4405ea9 commit 987b0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcm/pallet-xcm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ pub mod pallet {
pub struct GenesisConfig<T: Config> {
/// The default version to encode outgoing XCM messages with.
pub safe_xcm_version: Option<XcmVersion>,
pub phantom: sp_std::marker::PhantomData<T>,
pub phantom: PhantomData<T>,
}

#[cfg(feature = "std")]
Expand Down

0 comments on commit 987b0da

Please sign in to comment.