rollback spec_version and fix check_runtime (#1868)

This commit is contained in:
s3krit
2020-10-28 13:18:41 +01:00
committed by GitHub
parent e0336626ae
commit e2e57cb8f6
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 2027,
spec_version: 2026,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,