chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#[allow(unexpected_cfgs)]
|
||||
mod mock;
|
||||
|
||||
use mock::*;
|
||||
use pezframe_support::{
|
||||
assert_noop, assert_ok, hypothetically,
|
||||
traits::{
|
||||
@@ -28,7 +29,6 @@ use pezframe_support::{
|
||||
Currency,
|
||||
},
|
||||
};
|
||||
use mock::*;
|
||||
use pezpallet_nomination_pools::{
|
||||
BondExtra, BondedPools, CommissionChangeRate, ConfigOp, Error as PoolsError,
|
||||
Event as PoolsEvent, LastPoolId, PoolMember, PoolMembers, PoolState,
|
||||
|
||||
@@ -20,9 +20,8 @@
|
||||
|
||||
use pezframe_election_provider_support::VoteWeight;
|
||||
use pezframe_support::{
|
||||
assert_ok, derive_impl,
|
||||
assert_ok, derive_impl, parameter_types,
|
||||
pezpallet_prelude::*,
|
||||
parameter_types,
|
||||
traits::{ConstU64, ConstU8, Nothing, VariantCountOf},
|
||||
PalletId,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user