Skip to content

Commit

Permalink
Update testutil/crypto/evidence.go
Browse files Browse the repository at this point in the history
Co-authored-by: insumity <[email protected]>
  • Loading branch information
sainoe and insumity committed Nov 10, 2023
1 parent d8cff59 commit 774ff99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/crypto/evidence.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func MakeAndSignVoteWithForgedValAddress(
// UpdateHeaderCommitWithNilVotes updates the given light client header
// by changing the commit BlockIDFlag of the given validators to nil
//
// Note that this method is solely used for testing purpose
// Note that this method is solely used for testing purposes
func UpdateHeaderCommitWithNilVotes(header *ibctmtypes.Header, validators []*tmtypes.Validator) {
if len(validators) > len(header.ValidatorSet.Validators) {
panic(fmt.Sprintf("cannot change more than %d validators votes: got %d",
Expand Down

0 comments on commit 774ff99

Please sign in to comment.