Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
choir: re enable pallet_xcmp_queue weight
Browse files Browse the repository at this point in the history
  • Loading branch information
metricaez committed Feb 15, 2024
1 parent 0417a82 commit ce397a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions runtime/trappist/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ use xcm_primitives::{AsAssetMultiLocation, ConvertedRegisteredAssetId, TrappistD
use crate::{
constants::fee::{default_fee_per_second, WeightToFee},
impls::ToAuthor,
weights,
weights::TrappistDropAssetsWeigher,
AggregateMessageOrigin, MessageQueue, TransactionByteFee, CENTS,
};
Expand Down Expand Up @@ -431,8 +432,6 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime {
EnsureXcm<IsMajorityOfBody<RelayLocation, ExecutiveBody>>,
>;
type ControllerOriginConverter = XcmOriginToTransactDispatchOrigin;
// TODO:
// type WeightInfo = weights::cumulus_pallet_xcmp_queue::WeightInfo<Runtime>;
type WeightInfo = ();
type WeightInfo = weights::cumulus_pallet_xcmp_queue::WeightInfo<Runtime>;
type PriceForSiblingDelivery = NoPriceForMessageDelivery<ParaId>;
}

0 comments on commit ce397a1

Please sign in to comment.