Skip to content

Commit

Permalink
Update x/ccv/provider/keeper/misbehaviour.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 authored Oct 12, 2023
1 parent 1d511b4 commit 991181a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/misbehaviour.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

// HandleConsumerMisbehaviour checks if the given IBC misbehaviour corresponds to an equivocation light client attack,
// and in this case, jails the Byzantine validators
// and in this case, slashes, jails, and tombstones the Byzantine validators
func (k Keeper) HandleConsumerMisbehaviour(ctx sdk.Context, misbehaviour ibctmtypes.Misbehaviour) error {
logger := k.Logger(ctx)

Expand Down

0 comments on commit 991181a

Please sign in to comment.