This commit is contained in:
Keith Yeung
2022-08-25 18:50:29 +08:00
parent bee34ba3f9
commit 5c54d38b42
2 changed files with 1 additions and 1 deletions
@@ -435,6 +435,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime {
type ControllerOrigin = EnsureRoot<AccountId>;
type ControllerOriginConverter = XcmOriginToTransactDispatchOrigin;
type WeightInfo = ();
type PriceForSiblingDelivery = ();
}
impl cumulus_pallet_dmp_queue::Config for Runtime {
@@ -388,5 +388,4 @@ impl pallet_xcm::Config for Runtime {
impl cumulus_pallet_xcm::Config for Runtime {
type Event = Event;
type XcmExecutor = XcmExecutor<XcmConfig>;
type PriceForSiblingDelivery = ();
}