Skip to content
Snippets Groups Projects
Commit cf37f44c authored by thiolliere's avatar thiolliere Committed by GitHub
Browse files

fix template (#7905)

parent 782fe4a3
Branches
No related merge requests found
......@@ -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
{{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment