mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 10:27:59 +00:00
fix template (#7905)
This commit is contained in:
committed by
GitHub
parent
782fe4a3fb
commit
cf37f44c38
@@ -323,7 +323,7 @@ pub mod pallet {{
|
||||
#[pallet::generate_store({store_vis} trait Store)]
|
||||
pub struct Pallet{decl_gen}(PhantomData{use_gen_tuple});
|
||||
|
||||
#[pallet::interface]
|
||||
#[pallet::hooks]
|
||||
impl{impl_gen} Hooks<BlockNumberFor<T>> for Pallet{use_gen}
|
||||
// TODO_MAYBE_WHERE_CLAUSE
|
||||
{{
|
||||
|
||||
Reference in New Issue
Block a user