Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Nov 16, 2023
1 parent af531f3 commit 26c1b11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x/ccv/provider/keeper/double_vote.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ func (k Keeper) VerifyDoubleVotingEvidence(
)
}

// Note that since we're only jailing validators for double voting on a consumer chain,
// the age of the evidence is irrelevant and therefore isn't checked.
// Note the age of the evidence isn't checked.

// height/round/type must be the same
if evidence.VoteA.Height != evidence.VoteB.Height ||
Expand Down

0 comments on commit 26c1b11

Please sign in to comment.