Move Council and Democracy logic to block initialization (#2806)

* s/on_finalize/on_initialize

* bump impl_version
This commit is contained in:
Joshy Orndorff
2019-06-06 16:16:24 -04:00
committed by Gavin Wood
parent 57afa9b440
commit eac4ed412e
3 changed files with 3 additions and 3 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: 92,
impl_version: 92,
impl_version: 93,
apis: RUNTIME_API_VERSIONS,
};