Skip to content

Commit

Permalink
Update x/ccv/provider/keeper/double_vote.go
Browse files Browse the repository at this point in the history
Co-authored-by: insumity <insumity@users.noreply.github.com>
  • Loading branch information
sainoe and insumity committed Nov 16, 2023
1 parent c72fa09 commit 74a3314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/double_vote.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (k Keeper) VerifyDoubleVotingEvidence(
evidence.VoteA.Type != evidence.VoteB.Type {
return errorsmod.Wrapf(
ccvtypes.ErrInvalidDoubleVotingEvidence,
"h/r/s does not match: %d/%d/%v vs %d/%d/%v",
"height/round/type are not the same: %d/%d/%v vs %d/%d/%v",
evidence.VoteA.Height, evidence.VoteA.Round, evidence.VoteA.Type,
evidence.VoteB.Height, evidence.VoteB.Round, evidence.VoteB.Type)
}
Expand Down

0 comments on commit 74a3314

Please sign in to comment.