mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 05:11:02 +00:00
fix template (#7823)
This commit is contained in:
committed by
GitHub
parent
3ba8fdfc11
commit
51028310d2
@@ -323,10 +323,6 @@ pub mod pallet {{
|
||||
#[pallet::generate_store({store_vis} trait Store)]
|
||||
pub struct Pallet{decl_gen}(PhantomData{use_gen_tuple});
|
||||
|
||||
/// Old name for pallet.
|
||||
#[deprecated(note=\"use `Pallet` instead\")]
|
||||
pub type Module{decl_gen} = Pallet{use_gen};
|
||||
|
||||
#[pallet::interface]
|
||||
impl{impl_gen} Hooks<BlockNumberFor<T>> for Pallet{use_gen}
|
||||
// TODO_MAYBE_WHERE_CLAUSE
|
||||
|
||||
Reference in New Issue
Block a user