mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
* Change EraIndex import path: companion #10671 * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -309,9 +309,9 @@ parameter_types! {
|
||||
// Six sessions in an era (6 hours).
|
||||
pub storage SessionsPerEra: SessionIndex = 6;
|
||||
// 28 eras for unbonding (7 days).
|
||||
pub storage BondingDuration: pallet_staking::EraIndex = 28;
|
||||
pub storage BondingDuration: sp_staking::EraIndex = 28;
|
||||
// 27 eras in which slashes can be cancelled (a bit less than 7 days).
|
||||
pub storage SlashDeferDuration: pallet_staking::EraIndex = 27;
|
||||
pub storage SlashDeferDuration: sp_staking::EraIndex = 27;
|
||||
pub const RewardCurve: &'static PiecewiseLinear<'static> = &REWARD_CURVE;
|
||||
pub storage MaxNominatorRewardedPerValidator: u32 = 64;
|
||||
pub storage OffendingValidatorsThreshold: Perbill = Perbill::from_percent(17);
|
||||
|
||||
Reference in New Issue
Block a user