Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>
  • Loading branch information
TarekkMA and RomarQ committed Aug 5, 2024
1 parent 34af46a commit f9559c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions substrate/frame/parameters/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,7 @@ pub mod pallet {
}

/// Stored parameters.
///
/// ## Storage Whitelist
/// Since we account for all parameters read weight for each block,
/// don't double count it in other pallet benchmarks
#[pallet::storage]
// #[pallet::whitelist_storage]
pub type Parameters<T: Config> =
StorageMap<_, Blake2_128Concat, KeyOf<T>, ValueOf<T>, OptionQuery>;

Expand Down

0 comments on commit f9559c8

Please sign in to comment.