Skip to content

Commit

Permalink
Delete VotingLockPeriod in pallet elections phragment
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenovilla committed Oct 31, 2024
1 parent 4f4c19d commit 88810cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/laos/src/configs/election_phragmen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 88810cd

Please sign in to comment.