Skip to content

Commit

Permalink
remove hook
Browse files Browse the repository at this point in the history
  • Loading branch information
b-yap committed Nov 10, 2023
1 parent 4a9bc57 commit dc1212c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pallets/orml-currencies-allowance-extension/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ pub mod pallet {
pub(super) type AllowedCurrencies<T: Config> =
StorageMap<_, Blake2_128Concat, CurrencyOf<T>, ()>;

#[pallet::hooks]
impl<T: Config> Hooks<T::BlockNumber> for Pallet<T> {}

#[pallet::genesis_config]
pub struct GenesisConfig<T: Config> {
Expand Down

0 comments on commit dc1212c

Please sign in to comment.