Rebuild, add a couple of tests and fix theoretical issue (#2056)

* Rebuild, add a couple of tests and fix theoretical issue

* Update lib.rs
This commit is contained in:
Gav Wood
2019-03-21 13:56:31 +01:00
committed by GitHub
parent b31bcdfcc3
commit df65a92c91
4 changed files with 46 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 38,
impl_version: 38,
impl_version: 39,
apis: RUNTIME_API_VERSIONS,
};