Skip to content

Commit

Permalink
change(lib): set MinElegibleCollators = 1
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Oct 31, 2024
1 parent a432c47 commit 3ab969e
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 @@ -473,7 +473,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 3ab969e

Please sign in to comment.