From b6ca4d74a704a81010035dd56598a65066d89b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Andr=C3=A9s=20Dorado=20Su=C3=A1rez?= Date: Sat, 2 Nov 2024 01:02:30 -0500 Subject: [PATCH] change(lib): set `MinElegibleCollators = 1` (#430) --- runtime/kreivo/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/kreivo/src/lib.rs b/runtime/kreivo/src/lib.rs index d47aad8c..ba76b1bd 100644 --- a/runtime/kreivo/src/lib.rs +++ b/runtime/kreivo/src/lib.rs @@ -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.