update glide

This commit is contained in:
Ethan Buchman
2017-04-14 17:20:03 -04:00
parent ed03cb5c17
commit 3a973b80ac
2 changed files with 6 additions and 14 deletions

View File

@@ -147,7 +147,7 @@ func (s *State) SetBlockAndValidators(header *types.Header, blockPartsHeader typ
prevValSet := s.Validators.Copy()
nextValSet := prevValSet.Copy()
// update the validator set
// update the validator set with the latest abciResponses
err := updateValidators(nextValSet, s.abciResponses.Validators)
if err != nil {
log.Warn("Error changing validator set", "error", err)