Function pallet_staking::dispatchables::scale_validator_count
source · pub fn scale_validator_count<T: Config>(factor: Percent)
Expand description
Scale up the ideal number of validators by a factor 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::scale_validator_count
.