diff --git a/substrate/frame/election-provider-multi-phase/src/lib.rs b/substrate/frame/election-provider-multi-phase/src/lib.rs index 31a79577d1f5162217907441b7e9581d95aefd1e..11577cd3526233aca7efcc1da4f55d194785e300 100644 --- a/substrate/frame/election-provider-multi-phase/src/lib.rs +++ b/substrate/frame/election-provider-multi-phase/src/lib.rs @@ -586,10 +586,8 @@ pub mod pallet { type EstimateCallFee: EstimateCallFee<Call<Self>, BalanceOf<Self>>; /// Duration of the unsigned phase. - #[pallet::constant] type UnsignedPhase: Get<BlockNumberFor<Self>>; /// Duration of the signed phase. - #[pallet::constant] type SignedPhase: Get<BlockNumberFor<Self>>; /// The minimum amount of improvement to the solution score that defines a solution as