Function pallet_staking::dispatchables::increase_validator_count
source · pub fn increase_validator_count<T: Config>(additional: u32)
Expand description
Increments the ideal number of validators up to maximum of
ElectionProviderBase::MaxWinners
.
The dispatch origin must be Root.
§Complexity
Same as [Self::set_validator_count
].
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::increase_validator_count
.