fix construct runtime macro (#1838)

if system wasn't the first module then it crashed
This commit is contained in:
thiolliere
2019-02-21 10:04:40 +01:00
committed by Gav Wood
parent f5ba8a2ad9
commit 19ac5e1e95
4 changed files with 18 additions and 42 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 29,
impl_version: 31,
impl_version: 32,
apis: RUNTIME_API_VERSIONS,
};