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

Commit

Permalink
Bring back MaxNominations as a metadata constant (#10947)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianenigma authored Feb 28, 2022
1 parent 79d0475 commit 66ff3a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frame/staking/src/pallet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ pub mod pallet {
>;

/// Maximum number of nominations per nominator.
#[pallet::constant]
type MaxNominations: Get<u32>;

/// Tokens have been minted and are unused for validator-reward.
Expand Down

0 comments on commit 66ff3a5

Please sign in to comment.