Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed May 22, 2023
1 parent fc6da85 commit 608913a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/crab/src/pallets/elections_phragmen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ impl pallet_elections_phragmen::Config for Runtime {
type LoserCandidate = Treasury;
type MaxCandidates = ConstU32<MAX_CANDIDATES>;
type MaxVoters = ConstU32<{ 10 * MAX_CANDIDATES }>;
type MaxVotesPerVoter = ConstU32<16>;
type PalletId = PhragmenElectionPalletId;
type RuntimeEvent = RuntimeEvent;
// Daily council elections.
Expand Down
1 change: 1 addition & 0 deletions runtime/darwinia/src/pallets/elections_phragmen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ impl pallet_elections_phragmen::Config for Runtime {
type LoserCandidate = Treasury;
type MaxCandidates = ConstU32<MAX_CANDIDATES>;
type MaxVoters = ConstU32<{ 10 * MAX_CANDIDATES }>;
type MaxVotesPerVoter = ConstU32<16>;
type PalletId = PhragmenElectionPalletId;
type RuntimeEvent = RuntimeEvent;
// Daily council elections.
Expand Down
1 change: 1 addition & 0 deletions runtime/pangolin/src/pallets/elections_phragmen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ impl pallet_elections_phragmen::Config for Runtime {
type LoserCandidate = Treasury;
type MaxCandidates = ConstU32<MAX_CANDIDATES>;
type MaxVoters = ConstU32<{ 10 * MAX_CANDIDATES }>;
type MaxVotesPerVoter = ConstU32<16>;
type PalletId = PhragmenElectionPalletId;
type RuntimeEvent = RuntimeEvent;
// Daily council elections.
Expand Down
1 change: 1 addition & 0 deletions runtime/pangoro/src/pallets/elections_phragmen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ impl pallet_elections_phragmen::Config for Runtime {
type LoserCandidate = Treasury;
type MaxCandidates = ConstU32<MAX_CANDIDATES>;
type MaxVoters = ConstU32<{ 10 * MAX_CANDIDATES }>;
type MaxVotesPerVoter = ConstU32<16>;
type PalletId = PhragmenElectionPalletId;
type RuntimeEvent = RuntimeEvent;
// Daily council elections.
Expand Down

0 comments on commit 608913a

Please sign in to comment.