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

Commit

Permalink
Change v3 to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoaguirre committed Mar 24, 2023
1 parent fb264f5 commit 523ce24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion xcm/pallet-xcm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,6 @@ impl<T: Config> XcmQueryHandler for Pallet<T> {
}
}

#[cfg(feature = "runtime-benchmarks")]
fn expect_response(id: Self::QueryId) {
let query_status = QueryStatus::Ready {
response: VersionedResponse::V3(Response::Null),
Expand Down
4 changes: 2 additions & 2 deletions xcm/xcm-builder/src/pay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub struct PayOverXcm<
AccountIdConverter,
>(PhantomData<(DestChain, Router, Querier, BlockNumber, Timeout, AccountId, AccountIdConverter)>);
impl<
DestChain: Get<xcm::v3::MultiLocation>,
DestChain: Get<xcm::latest::MultiLocation>,
Router: SendXcm,
Querier: XcmQueryHandler,
BlockNumber,
Expand All @@ -52,7 +52,7 @@ impl<
for PayOverXcm<DestChain, Router, Querier, BlockNumber, Timeout, AccountId, AccountIdConverter>
{
type Beneficiary = AccountId;
type AssetKind = xcm::v3::AssetId;
type AssetKind = xcm::latest::AssetId;
type Balance = u128;
type Id = Querier::QueryId;

Expand Down

0 comments on commit 523ce24

Please sign in to comment.