Skip to content

Commit

Permalink
Merge pull request #392 from liberland/increase-congress-size
Browse files Browse the repository at this point in the history
Increase congress size to 7 members
  • Loading branch information
DorianSternVukotic authored Jul 1, 2024
2 parents ff5d607 + 2e33adb commit 798df62
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 798df62

Please sign in to comment.