Proper loser handling in approval election. (#3392)

* Fix how we treat loser candidates.

* Bump.

* Improve doc.

* Update srml/elections/src/lib.rs

* Fix test
This commit is contained in:
Kian Paimani
2019-08-17 22:43:21 +02:00
committed by GitHub
parent a3618ef197
commit 0e56b56a86
3 changed files with 61 additions and 8 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 146,
impl_version: 146,
impl_version: 147,
apis: RUNTIME_API_VERSIONS,
};