Skip to content

Commit

Permalink
remove without_storage_info macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Roznovjak committed Jul 4, 2023
1 parent e952315 commit 9bc669d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pallets/duster/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-duster"
version = "3.2.2"
version = "3.2.3"
description = "Account duster"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
1 change: 0 additions & 1 deletion pallets/duster/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ pub mod pallet {
#[pallet::pallet]
#[pallet::generate_store(pub(super) trait Store)]
#[pallet::storage_version(STORAGE_VERSION)]
#[pallet::without_storage_info]
pub struct Pallet<T>(_);

#[pallet::storage]
Expand Down

0 comments on commit 9bc669d

Please sign in to comment.