Urgent safety fix for #1371 (runtime version)

This commit is contained in:
Gav Wood
2019-01-10 16:06:19 +01:00
parent 3555ef425d
commit d6ef5f9215
4 changed files with 134 additions and 150 deletions
+2 -2
View File
@@ -96,8 +96,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 14,
impl_version: 14,
spec_version: 15,
impl_version: 15,
apis: RUNTIME_API_VERSIONS,
};