File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime {
2424 type ControllerOrigin = Root ;
2525 type ControllerOriginConverter = XcmOriginToTransactDispatchOrigin ;
2626 type ExecuteOverweightOrigin = Root ;
27- type PriceForSiblingDelivery = ( ) ;
27+ type PriceForSiblingDelivery = polkadot_runtime_common:: xcm_sender:: NoPriceForMessageDelivery <
28+ cumulus_primitives_core:: ParaId ,
29+ > ;
2830 type RuntimeEvent = RuntimeEvent ;
2931 type VersionWrapper = ( ) ;
3032 type WeightInfo = weights:: cumulus_pallet_xcmp_queue:: WeightInfo < Self > ;
Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime {
2424 type ControllerOrigin = Root ;
2525 type ControllerOriginConverter = XcmOriginToTransactDispatchOrigin ;
2626 type ExecuteOverweightOrigin = Root ;
27- type PriceForSiblingDelivery = ( ) ;
27+ type PriceForSiblingDelivery = polkadot_runtime_common:: xcm_sender:: NoPriceForMessageDelivery <
28+ cumulus_primitives_core:: ParaId ,
29+ > ;
2830 type RuntimeEvent = RuntimeEvent ;
2931 type VersionWrapper = ( ) ;
3032 type WeightInfo = weights:: cumulus_pallet_xcmp_queue:: WeightInfo < Self > ;
Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime {
2424 type ControllerOrigin = RootOr < GeneralAdmin > ;
2525 type ControllerOriginConverter = XcmOriginToTransactDispatchOrigin ;
2626 type ExecuteOverweightOrigin = RootOr < GeneralAdmin > ;
27- type PriceForSiblingDelivery = ( ) ;
27+ type PriceForSiblingDelivery = polkadot_runtime_common:: xcm_sender:: NoPriceForMessageDelivery <
28+ cumulus_primitives_core:: ParaId ,
29+ > ;
2830 type RuntimeEvent = RuntimeEvent ;
2931 type VersionWrapper = ( ) ;
3032 type WeightInfo = weights:: cumulus_pallet_xcmp_queue:: WeightInfo < Self > ;
You can’t perform that action at this time.
0 commit comments