Skip to content

Commit

Permalink
change(lib): set MinElegibleCollators = 1 (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 authored Nov 2, 2024
1 parent 63e6319 commit b6ca4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/kreivo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ impl pallet_session::Config for Runtime {
parameter_types! {
pub const PotId: PalletId = PalletId(*b"PotStake");
pub const MaxCandidates: u32 = 1000;
pub const MinEligibleCollators: u32 = 5;
pub const MinEligibleCollators: u32 = 1;
pub const SessionLength: BlockNumber = 6 * HOURS;
pub const MaxInvulnerables: u32 = 100;
// StakingAdmin pluralistic body.
Expand Down

0 comments on commit b6ca4d7

Please sign in to comment.