Increase Westend spec_version (#1766)

This is required to ensure that on chain isn't seen as compatible to
current master.
This commit is contained in:
Bastian Köcher
2020-09-29 20:09:34 +02:00
committed by GitHub
parent de05bec4d6
commit 1f55a92b5a
+1 -1
View File
@@ -85,7 +85,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westend"), spec_name: create_runtime_str!("westend"),
impl_name: create_runtime_str!("parity-westend"), impl_name: create_runtime_str!("parity-westend"),
authoring_version: 2, authoring_version: 2,
spec_version: 44, spec_version: 45,
impl_version: 1, impl_version: 1,
#[cfg(not(feature = "disable-runtime-api"))] #[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,