improve storage macro static checks (#1907)

This commit is contained in:
thiolliere
2019-03-01 12:19:24 +01:00
committed by GitHub
parent 90eef10d5c
commit b332c64e38
4 changed files with 5 additions and 3 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: 33,
impl_version: 34,
apis: RUNTIME_API_VERSIONS,
};