Fix Staking Accuracy issues. (#2180)

* Nasty patch for election

* cleanup

* a few more comments.

* minor fixes

* Improve comment
This commit is contained in:
Kian Peymani
2019-04-02 17:57:57 +02:00
committed by Gav Wood
parent f0c21815b3
commit b7eeb28de9
3 changed files with 111 additions and 4 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 56,
impl_version: 58,
impl_version: 59,
apis: RUNTIME_API_VERSIONS,
};