Skip to content

Commit

Permalink
Increase congress council size to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianSternVukotic committed Jan 1, 2025
1 parent a3aeada commit 88ea27b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions substrate/bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -920,8 +920,8 @@ parameter_types! {
pub const VotingBondBase: Balance = deposit(1, 64);
// additional data per vote is 32 bytes (account id).
pub const VotingBondFactor: Balance = deposit(0, 32);
pub const DesiredMembers: u32 = 7;
pub const DesiredRunnersUp: u32 = 7;
pub const DesiredMembers: u32 = 9;
pub const DesiredRunnersUp: u32 = 9;
pub const MaxVotesPerVoter: u32 = 16;
pub const MaxVoters: u32 = 10 * 1000;
pub const MaxCandidates: u32 = 1000;
Expand Down

0 comments on commit 88ea27b

Please sign in to comment.