fix construct_runtime! macro error when no event (#1887)

* fix macro error when no event

* update impl version
This commit is contained in:
thiolliere
2019-02-28 12:01:05 +01:00
committed by Bastian Köcher
parent 7c1d1268ef
commit 04fed82940
3 changed files with 2 additions and 19 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: 30,
impl_version: 32,
impl_version: 33,
apis: RUNTIME_API_VERSIONS,
};