From 1bae5460a4e86e7796b17ac65d913f61e5847e59 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Sat, 21 Sep 2024 09:18:58 +0200 Subject: [PATCH] Update templates/solochain/pallets/template/src/mock.rs --- templates/solochain/pallets/template/src/mock.rs | 1 - 1 file changed, 1 deletion(-) 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;