Skip to content

Commit

Permalink
add comment about bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
nanocryk committed Nov 13, 2024
1 parent c713df4 commit fe65d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallets/external-validators-rewards/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ pub mod pallet {
}

/// Store reward points per era.
/// Note: EraRewardPoints is actually bounded by the amount of validators.
#[pallet::storage]
#[pallet::unbounded]
pub type RewardPointsForEra<T: Config> =
Expand Down

0 comments on commit fe65d06

Please sign in to comment.