Fix session phase in early-exit (#453)

* Fix up session phase.

* Version bump

* Fix session rotation properly and add test

* Update runtimes

* Docs
This commit is contained in:
Gav Wood
2018-07-31 16:29:34 +01:00
committed by GitHub
parent 45131e95f8
commit b4fbe0643f
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: ver_str!("polkadot"),
impl_name: ver_str!("parity-polkadot"),
authoring_version: 1,
spec_version: 2,
spec_version: 100,
impl_version: 0,
};