MAX_VALIDATORS

Constant MAX_VALIDATORS 

Source
pub const MAX_VALIDATORS: usize = 100;
Expand description

Maximum number of active validators in the stake table.

select_active_validator_set() picks the top MAX_VALIDATORS validators by stake. Only these validators participate in consensus and can be elected leader.