Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Allow configuration option for minimum commission of validators #10347

Merged
merged 10 commits into from
Dec 2, 2021
2 changes: 1 addition & 1 deletion frame/staking/src/pallet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ pub mod pallet {

/// The minimum amount of commission that validators can set.
///
/// If non-existent, no limit exists.
/// If set to `0`, no limit exists.
#[pallet::storage]
pub type MinCommission<T: Config> = StorageValue<_, Perbill, ValueQuery>;

Expand Down
Loading