Browse Source

comment and tmlibs fix

pull/972/head
Ethan Buchman 7 years ago
parent
commit
38608b1b0f
2 changed files with 3 additions and 2 deletions
  1. +2
    -1
      consensus/state.go
  2. +1
    -1
      glide.lock

+ 2
- 1
consensus/state.go 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
}


+ 1
- 1
glide.lock View File

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


Loading…
Cancel
Save