comment and tmlibs fix

This commit is contained in:
Ethan Buchman 2017-12-21 18:22:02 -05:00
parent 2b634dab32
commit 38608b1b0f
2 changed files with 3 additions and 2 deletions

View File

@ -1338,7 +1338,8 @@ func (cs *ConsensusState) tryAddVote(vote *types.Vote, peerKey string) error {
return err
} else {
// Probably an invalid signature. Bad peer.
// Probably an invalid signature / Bad peer.
// Seems this can also err sometimes with "Unexpected step" - perhaps not from a bad peer ?
cs.Logger.Error("Error attempting to add vote", "err", err)
return ErrAddingVote
}

2
glide.lock generated
View File

@ -131,7 +131,7 @@ imports:
subpackages:
- iavl
- name: github.com/tendermint/tmlibs
version: e2d7f1aa41dde5f29057dd08e64371a574b84c86
version: e236218516289f91bde3273e99fe5c1fc20eb304
subpackages:
- autofile
- cli