Revert "Companion for #10896: Minor Uniques pallet improvements (#1070)"

This reverts commit 1919cbb4d4.
This commit is contained in:
Bastian Köcher
2022-03-21 23:19:21 +01:00
parent fc903ed678
commit 5d6e38fc11
16 changed files with 385 additions and 400 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ use super::{
WeightToFee, XcmpQueue,
};
use frame_support::{
match_types, parameter_types,
match_type, parameter_types,
traits::{Everything, Nothing},
weights::Weight,
};
@@ -80,7 +80,7 @@ parameter_types! {
pub const MaxInstructions: u32 = 100;
}
match_types! {
match_type! {
pub type ParentOrParentsExecutivePlurality: impl Contains<MultiLocation> = {
MultiLocation { parents: 1, interior: Here } |
MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Executive, .. }) }