mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 04:28:01 +00:00
* Remove now unneeded empty hooks and calls * fix pallet_ui tests
This commit is contained in:
@@ -337,9 +337,6 @@ pub mod pallet {
|
||||
#[pallet::getter(fn proxy)]
|
||||
pub type Proxy<T: Config> = StorageMap<_, Blake2_128Concat, T::AccountId, T::AccountId>;
|
||||
|
||||
#[pallet::hooks]
|
||||
impl<T: Config> Hooks<BlockNumberFor<T>> for Pallet<T> {}
|
||||
|
||||
#[pallet::call]
|
||||
impl<T: Config> Pallet<T> {
|
||||
/// Send a call through a recovered account.
|
||||
|
||||
Reference in New Issue
Block a user