mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 09:38:00 +00:00
* Formatting * Add set_accept_ownership weight * Revert lock file * Fixes * Fixed * Revert lock * Fixes * Bump Substrate
This commit is contained in:
@@ -3,7 +3,7 @@ use super::{
|
||||
Runtime, XcmpQueue,
|
||||
};
|
||||
use frame_support::{
|
||||
match_type, parameter_types,
|
||||
match_types, parameter_types,
|
||||
traits::{Everything, Nothing},
|
||||
weights::{IdentityFee, Weight},
|
||||
};
|
||||
@@ -79,7 +79,7 @@ parameter_types! {
|
||||
pub const MaxInstructions: u32 = 100;
|
||||
}
|
||||
|
||||
match_type! {
|
||||
match_types! {
|
||||
pub type ParentOrParentsExecutivePlurality: impl Contains<MultiLocation> = {
|
||||
MultiLocation { parents: 1, interior: Here } |
|
||||
MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Executive, .. }) }
|
||||
|
||||
Reference in New Issue
Block a user