Skip to content

Commit

Permalink
fix compilation (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
alindima authored Sep 19, 2024
1 parent 95cb8a5 commit 8f59abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/build_upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ async fn send_as_superuser_from_polkadot(auth: &CallInfo) -> PolkadotRuntimeCall
Instruction, Xcm,
},
xcm::{
double_encoded::DoubleEncoded, v2::OriginKind, v3::WeightLimit, VersionedLocation,
double_encoded::DoubleEncoded, v3::OriginKind, v3::WeightLimit, VersionedLocation,
VersionedXcm::V4,
},
};
Expand Down
2 changes: 1 addition & 1 deletion src/submit_referendum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ async fn polkadot_fellowship_referenda(
pallet_xcm::pallet::Call as CollectivesXcmCall,
staging_xcm::v4::{junctions::Junctions::Here, location::Location, Instruction, Xcm},
xcm::{
double_encoded::DoubleEncoded, v2::OriginKind, v3::WeightLimit, VersionedLocation,
double_encoded::DoubleEncoded, v3::OriginKind, v3::WeightLimit, VersionedLocation,
VersionedXcm::V4,
},
};
Expand Down

0 comments on commit 8f59abd

Please sign in to comment.