From cf37f44c38409dfc7a032ed7777226296b15c572 Mon Sep 17 00:00:00 2001 From: Guillaume Thiolliere Date: Fri, 15 Jan 2021 12:03:08 +0100 Subject: [PATCH] fix template (#7905) --- .../support/procedural/src/storage/print_pallet_upgrade.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/frame/support/procedural/src/storage/print_pallet_upgrade.rs b/substrate/frame/support/procedural/src/storage/print_pallet_upgrade.rs index 100bb9b359..e0eac51644 100644 --- a/substrate/frame/support/procedural/src/storage/print_pallet_upgrade.rs +++ b/substrate/frame/support/procedural/src/storage/print_pallet_upgrade.rs @@ -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> for Pallet{use_gen} // TODO_MAYBE_WHERE_CLAUSE {{