From eb7e4db72105e2df49a396ae4952c1781f13d5af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Senovilla=20Polo?= <117524919+tsenovilla@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:43:05 +0100 Subject: [PATCH] Delete VotingLockPeriod in pallet elections phragment (#860) --- runtime/laos/src/configs/election_phragmen.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/laos/src/configs/election_phragmen.rs b/runtime/laos/src/configs/election_phragmen.rs index 7dd9a899..6c5b3a2f 100644 --- a/runtime/laos/src/configs/election_phragmen.rs +++ b/runtime/laos/src/configs/election_phragmen.rs @@ -9,7 +9,6 @@ use polkadot_runtime_common::{prod_or_fast, CurrencyToVote}; parameter_types! { pub const CandidacyBond: Balance = 1000 * UNIT; pub TermDuration: BlockNumber = prod_or_fast!(28 * DAYS, 10 * MINUTES); - pub VotingLockPeriod: BlockNumber = prod_or_fast!(28 * DAYS, 10 * MINUTES); pub const DesiredMembers: u32 = 7; pub const DesiredRunnersUp: u32 = 20; pub const MaxCandidates: u32 = 30;