diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index cb766cf52695530b3137b441ca5be683457f2d18..176462a06e29ad76af46a4ed3691a544e9093e60 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("westend"), impl_name: create_runtime_str!("parity-westend"), authoring_version: 2, - spec_version: 11, + spec_version: 2000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,