w3f / polkadot-wiki

The source of truth for Polkadot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Chill Other section on Polkadot Wiki

DrW3RK opened this issue · comments

commented

https://wiki.polkadot.network/docs/maintain-guides-how-to-chill#chill-other

https://paritytech.github.io/substrate/master/pallet_staking/struct.Pallet.html#method.chill_other

A MaxNominatorCount and MaxValidatorCount must be set which is used to determine how close we are to the threshold. As MaxNominatorCount is set to None, chill other can only be successfully called when controller belongs to a nominator who has become non-decodable.

https://github.com/paritytech/substrate/blob/28937302694787cd1e6dbd846ff2ba4b1cf82025/frame/staking/src/pallet/mod.rs#L1752