Create AuthoritiesChange digest item in correct block (#2512)

* finalize srml modules in reverse order

* update runtime versions
This commit is contained in:
Svyatoslav Nikolsky
2019-05-10 15:30:48 +03:00
committed by Gavin Wood
parent ac195a0060
commit 59be403730
3 changed files with 36 additions and 51 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 75,
impl_version: 75,
spec_version: 76,
impl_version: 76,
apis: RUNTIME_API_VERSIONS,
};