Fixed finalizing multiple blocks at once (#1837)

* Fixed finalizing multiple blocks at once

* Added a test

* Added a comment
This commit is contained in:
Arkadiy Paronyan
2019-02-21 19:18:59 +01:00
committed by Gav Wood
parent 93c19326c2
commit 1fc2db5806
2 changed files with 27 additions and 2 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 29,
spec_version: 30,
impl_version: 32,
apis: RUNTIME_API_VERSIONS,
};