Skip to content

Commit

Permalink
Increase congress size to 7 members
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperzuk-neti committed Jun 25, 2024
1 parent 57e9c3e commit 2e33adb
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 @@ -919,8 +919,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 = 4;
pub const DesiredRunnersUp: u32 = 3;
pub const DesiredMembers: u32 = 7;
pub const DesiredRunnersUp: u32 = 7;
pub const MaxVotesPerVoter: u32 = 16;
pub const MaxVoters: u32 = 10 * 1000;
pub const MaxCandidates: u32 = 1000;
Expand Down

0 comments on commit 2e33adb

Please sign in to comment.