diff --git a/templates/solochain/pallets/template/src/mock.rs b/templates/solochain/pallets/template/src/mock.rs index 9392de8d24bf..1b86cd9b7709 100644 --- a/templates/solochain/pallets/template/src/mock.rs +++ b/templates/solochain/pallets/template/src/mock.rs @@ -22,7 +22,6 @@ mod runtime { )] pub struct Test; - // Use the concrete pallet type #[runtime::pallet_index(0)] pub type System = frame_system::Pallet;