Skip to content

Commit

Permalink
Remove without_storage_info for the mandate pallet
Browse files Browse the repository at this point in the history
Signed-off-by: R.Rajeshkumar <rajesh@nodle.com>
  • Loading branch information
R.Rajeshkumar committed Jun 12, 2022
1 parent 6e7d21d commit 5584bf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pallets/mandate/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ pub mod pallet {

#[pallet::pallet]
#[pallet::generate_store(pub(super) trait Store)]
#[pallet::without_storage_info]
pub struct Pallet<T>(PhantomData<T>);

#[pallet::hooks]
Expand Down

0 comments on commit 5584bf6

Please sign in to comment.