@@ -53,10 +53,9 @@ pub use impls::*;
53
53
54
54
use crate :: {
55
55
asset, slashing, weights:: WeightInfo , AccountIdLookupOf , ActiveEraInfo , BalanceOf , EraPayout ,
56
- EraRewardPoints , ExposurePage , Forcing , LedgerIntegrityState , MaxNominationsOf ,
56
+ EraRewardPoints , Exposure , ExposurePage , Forcing , LedgerIntegrityState , MaxNominationsOf ,
57
57
NegativeImbalanceOf , Nominations , NominationsQuota , PositiveImbalanceOf , RewardDestination ,
58
58
SessionInterface , StakingLedger , UnappliedSlash , UnlockChunk , ValidatorPrefs ,
59
- Exposure ,
60
59
} ;
61
60
62
61
// The speculative number of spans are used as an input of the weight annotation of
@@ -314,7 +313,6 @@ pub mod pallet {
314
313
#[ pallet:: no_default_bounds]
315
314
type EventListeners : sp_staking:: OnStakingUpdate < Self :: AccountId , BalanceOf < Self > > ;
316
315
317
-
318
316
#[ pallet:: no_default_bounds]
319
317
/// Filter some accounts from participating in staking.
320
318
///
@@ -873,9 +871,7 @@ pub mod pallet {
873
871
/// A new force era mode was set.
874
872
ForceEra { mode : Forcing } ,
875
873
/// Report of a controller batch deprecation.
876
- ControllerBatchDeprecated {
877
- failures : u32 ,
878
- } ,
874
+ ControllerBatchDeprecated { failures : u32 } ,
879
875
/// Staking balance migrated from locks to holds, with any balance that could not be held
880
876
/// is force withdrawn.
881
877
CurrencyMigrated { stash : T :: AccountId , force_withdraw : BalanceOf < T > } ,
0 commit comments