Merge PR #2238: Ensure Tendermint Validator Update Invariants

This commit is contained in:
Alexander Bezobchuk
2018-09-12 15:16:28 +08:00
committed by Christopher Goes
parent 55b7c6adf1
commit 854aca2f7d
7 changed files with 258 additions and 72 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ the changes cleared
```golang
EndBlock() ValidatorSetChanges
vsc = GetTendermintUpdates()
vsc = GetValidTendermintUpdates()
ClearTendermintUpdates()
return vsc
```