Companion to combine iteratons and tolerance in sp-npos-elections API #11498 (#5581)

* Fixing staking miner

* cargo update -p sp-io

* fix spell

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
Georges
2022-06-16 01:57:26 +01:00
committed by GitHub
parent 77f4cab60c
commit 2ba1c54fc7
3 changed files with 174 additions and 174 deletions
+1 -1
View File
@@ -600,7 +600,7 @@ struct ImportUndo {
/// The direction of the vote, for block validity (`true`) or invalidity (`false`).
valid: bool,
/// Has the validator participated before, i.e. in backing or
/// with an oposing vote.
/// with an opposing vote.
new_participant: bool,
}