mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
* Remove now unneeded empty hooks and calls * fix pallet_ui tests
This commit is contained in:
@@ -154,9 +154,6 @@ pub mod pallet {
|
||||
type AnnouncementDepositFactor: Get<BalanceOf<Self>>;
|
||||
}
|
||||
|
||||
#[pallet::hooks]
|
||||
impl<T: Config> Hooks<BlockNumberFor<T>> for Pallet<T> {}
|
||||
|
||||
#[pallet::call]
|
||||
impl<T: Config> Pallet<T> {
|
||||
/// Dispatch the given `call` from an account that the sender is authorised for through
|
||||
|
||||
Reference in New Issue
Block a user