diff --git a/runtime/foucoco/src/lib.rs b/runtime/foucoco/src/lib.rs index 237edb173..17b7a350f 100644 --- a/runtime/foucoco/src/lib.rs +++ b/runtime/foucoco/src/lib.rs @@ -232,7 +232,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("foucoco"), impl_name: create_runtime_str!("foucoco"), authoring_version: 1, - spec_version: 25, + spec_version: 26, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 8, @@ -1496,7 +1496,6 @@ where type OverarchingCall = RuntimeCall; } - // Create the runtime by composing the FRAME pallets that were previously configured. construct_runtime!( pub enum Runtime