Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed Jan 13, 2025
1 parent 9ce7940 commit 09cf477
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions substrate/frame/staking/src/pallet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1936,6 +1936,8 @@ pub mod pallet {
/// set to `None`, no limit is enforced.
/// * `chill_threshold`: The ratio of `max_nominator_count` or `max_validator_count` which
/// should be filled in order for the `chill_other` transaction to work.
/// * `chill_inactive_validator_threshold`: The number of consecutive eras a validator can
/// remain inactive before being subject to chilling by anyone.
/// * `min_commission`: The minimum amount of commission that each validators must maintain.
/// This is checked only upon calling `validate`. Existing validators are not affected.
///
Expand Down

0 comments on commit 09cf477

Please sign in to comment.