This commit is contained in:
Keith Yeung
2022-08-25 01:01:51 +08:00
parent 1fc2cb4bd2
commit 0f3f8b8623
2 changed files with 2 additions and 1 deletions
@@ -65,7 +65,7 @@ where
<T as frame_system::Config>::Origin::signed(temp_account.into()),
Box::new(Parent.into()),
Box::new(
Junction::AccountId32 { network: NetworkId::Any, id: treasury_acc.into() }
Junction::AccountId32 { network: None, id: treasury_acc.into() }
.into()
.into(),
),
@@ -367,6 +367,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime {
type ControllerOrigin = RootOrExecutiveSimpleMajority;
type ControllerOriginConverter = XcmOriginToTransactDispatchOrigin;
type WeightInfo = weights::cumulus_pallet_xcmp_queue::WeightInfo<Runtime>;
type PriceForSiblingDelivery = ();
}
impl cumulus_pallet_dmp_queue::Config for Runtime {