From 2bed55070d4063d91e4a5d0b777bb3fc154796c0 Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Wed, 17 Jan 2024 12:06:27 +0100 Subject: [PATCH] Update staking-miner-playground/runtime/src/lib.rs --- staking-miner-playground/runtime/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/staking-miner-playground/runtime/src/lib.rs b/staking-miner-playground/runtime/src/lib.rs index 95578c897..d08826922 100644 --- a/staking-miner-playground/runtime/src/lib.rs +++ b/staking-miner-playground/runtime/src/lib.rs @@ -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; }