Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke committed Nov 25, 2022
1 parent 6d8cd10 commit aca9578
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/key_assignment.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ func generateNewConsumerKey(s *CCVTestSuite, valIndex int) (stakingtypes.Validat
// generate new PrivValidator
privVal := mock.NewPV()
tmPubKey, err := privVal.GetPubKey()
s.Require().NoError(err)
pubKey, err := tmencoding.PubKeyToProto(tmPubKey)
s.Require().NoError(err)

Expand Down

0 comments on commit aca9578

Please sign in to comment.