Skip to content

Commit

Permalink
Update staking-miner-playground/runtime/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Jan 17, 2024
1 parent 629a0dd commit 2bed550
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion staking-miner-playground/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ parameter_types! {
pub const RewardCurve: &'static PiecewiseLinear<'static> = &REWARD_CURVE;
pub const MaxNominatorRewardedPerValidator: u32 = 256;
pub const OffendingValidatorsThreshold: Perbill = Perbill::from_percent(17);
pub const MaxControllersInDeprecationBatch: u32 = 751;
pub Lookahead: BlockNumber = 5u32.into();
pub HistoryDepth: u32 = 84;
}
Expand Down

0 comments on commit 2bed550

Please sign in to comment.