File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ impl pallet_elections_phragmen::Config for Runtime {
3737 type LoserCandidate = Treasury ;
3838 type MaxCandidates = ConstU32 < MAX_CANDIDATES > ;
3939 type MaxVoters = ConstU32 < { 10 * MAX_CANDIDATES } > ;
40+ type MaxVotesPerVoter = ConstU32 < 16 > ;
4041 type PalletId = PhragmenElectionPalletId ;
4142 type RuntimeEvent = RuntimeEvent ;
4243 // Daily council elections.
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ impl pallet_elections_phragmen::Config for Runtime {
3737 type LoserCandidate = Treasury ;
3838 type MaxCandidates = ConstU32 < MAX_CANDIDATES > ;
3939 type MaxVoters = ConstU32 < { 10 * MAX_CANDIDATES } > ;
40+ type MaxVotesPerVoter = ConstU32 < 16 > ;
4041 type PalletId = PhragmenElectionPalletId ;
4142 type RuntimeEvent = RuntimeEvent ;
4243 // Daily council elections.
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ impl pallet_elections_phragmen::Config for Runtime {
3737 type LoserCandidate = Treasury ;
3838 type MaxCandidates = ConstU32 < MAX_CANDIDATES > ;
3939 type MaxVoters = ConstU32 < { 10 * MAX_CANDIDATES } > ;
40+ type MaxVotesPerVoter = ConstU32 < 16 > ;
4041 type PalletId = PhragmenElectionPalletId ;
4142 type RuntimeEvent = RuntimeEvent ;
4243 // Daily council elections.
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ impl pallet_elections_phragmen::Config for Runtime {
3737 type LoserCandidate = Treasury ;
3838 type MaxCandidates = ConstU32 < MAX_CANDIDATES > ;
3939 type MaxVoters = ConstU32 < { 10 * MAX_CANDIDATES } > ;
40+ type MaxVotesPerVoter = ConstU32 < 16 > ;
4041 type PalletId = PhragmenElectionPalletId ;
4142 type RuntimeEvent = RuntimeEvent ;
4243 // Daily council elections.
You can’t perform that action at this time.
0 commit comments