diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index d2a7516..135d6ff 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -168,7 +168,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("node-stability"), impl_name: create_runtime_str!("node-stability"), authoring_version: 1, - spec_version: 2, + spec_version: 1, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,