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

Commit

Permalink
Remove #[pallet::without_storage_info] for pallet-remark (#11590)
Browse files Browse the repository at this point in the history
  • Loading branch information
KiChjang authored Jun 3, 2022
1 parent 2274363 commit 1785a87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frame/remark/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ pub mod pallet {
}

#[pallet::pallet]
#[pallet::without_storage_info]
pub struct Pallet<T>(_);

#[pallet::call]
Expand Down

0 comments on commit 1785a87

Please sign in to comment.