Skip to content

Commit

Permalink
remove whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekkMA committed Aug 5, 2024
1 parent 60d3b3a commit 5276bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/parameters/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ pub mod pallet {
/// 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]
// #[pallet::whitelist_storage]
pub type Parameters<T: Config> =
StorageMap<_, Blake2_128Concat, KeyOf<T>, ValueOf<T>, OptionQuery>;

Expand Down

0 comments on commit 5276bf9

Please sign in to comment.