Skip to content

Commit

Permalink
Update x/ccv/provider/keeper/misbehaviour.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke committed Aug 11, 2023
1 parent 12ed2a8 commit 6cf1f4c
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 @@ -132,7 +132,7 @@ func headerToLightBlock(h ibctmtypes.Header) (*tmtypes.LightBlock, error) {
}, nil
}

// CheckMisbehaviourAndUpdateState checks that headers in the given misbehaviour forms
// CheckMisbehaviour checks that headers in the given misbehaviour forms
// a valid light client attack and that the corresponding light client isn't expired
func (k Keeper) CheckMisbehaviour(ctx sdk.Context, misbehaviour ibctmtypes.Misbehaviour) error {
if err := misbehaviour.ValidateBasic(); err != nil {
Expand Down

0 comments on commit 6cf1f4c

Please sign in to comment.