Skip to content

Commit

Permalink
Remove getter in system-maker. (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
MJLNSN authored Aug 14, 2024
1 parent 3183ee3 commit 6da58e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pallets/system-maker/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ pub mod pallet {
}

#[pallet::storage]
#[pallet::getter(fn infos)]
pub type Infos<T: Config> = StorageMap<_, Twox64Concat, CurrencyIdOf<T>, Info<BalanceOf<T>>>;

#[derive(Clone, Encode, Decode, PartialEq, Eq, RuntimeDebug, TypeInfo)]
Expand Down

0 comments on commit 6da58e5

Please sign in to comment.