derive codec for inherent data (#2714)

* derive codec for inherent data

* increase spec version
This commit is contained in:
thiolliere
2019-05-29 14:16:37 +02:00
committed by Gavin Wood
parent c7d1204ce5
commit 91a241ad5b
2 changed files with 2 additions and 29 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 86,
spec_version: 87,
impl_version: 87,
apis: RUNTIME_API_VERSIONS,
};