diff --git a/x/ccv/provider/keeper/double_vote.go b/x/ccv/provider/keeper/double_vote.go index 62f3a54f2a..198768571c 100644 --- a/x/ccv/provider/keeper/double_vote.go +++ b/x/ccv/provider/keeper/double_vote.go @@ -16,7 +16,7 @@ import ( ) // HandleConsumerDoubleVoting verifies a double voting evidence for a given a consumer chain ID -// and a public key and, if successful, executes the jailing of the malicious validator. +// and a public key and, if successful, executes the slashing, jailing, and tombstoning of the malicious validator. func (k Keeper) HandleConsumerDoubleVoting( ctx sdk.Context, evidence *tmtypes.DuplicateVoteEvidence,