Browse Source

Merge branch 'v0.35.x' into dependabot/go_modules/v0.35.x/google.golang.org/grpc-1.45.0

pull/8103/head
M. J. Fromberger 3 years ago
committed by GitHub
parent
commit
74847ae5fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      internal/consensus/common_test.go

+ 1
- 1
internal/consensus/common_test.go View File

@ -291,7 +291,7 @@ func validatePrevote(t *testing.T, cs *State, round int32, privVal *validatorStu
}
func validateLastPrecommit(t *testing.T, cs *State, privVal *validatorStub, blockHash []byte) {
votes := cs.LastCommit
votes := cs.GetRoundState().LastCommit
pv, err := privVal.GetPubKey(context.Background())
require.NoError(t, err)
address := pv.Address()


Loading…
Cancel
Save