nit improvements to pallet template (#11968)

This commit is contained in:
Shawn Tabrizi
2022-08-03 12:35:47 +01:00
committed by GitHub
parent df07421904
commit e7e2018203
2 changed files with 6 additions and 6 deletions
@@ -17,8 +17,8 @@ frame_support::construct_runtime!(
NodeBlock = Block,
UncheckedExtrinsic = UncheckedExtrinsic,
{
System: frame_system::{Pallet, Call, Config, Storage, Event<T>},
TemplateModule: pallet_template::{Pallet, Call, Storage, Event<T>},
System: frame_system,
TemplateModule: pallet_template,
}
);