Skip to content

Commit 8bfc813

Browse files
authored
Typo fix relay.go
1 parent 3cd1a78 commit 8bfc813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/ccv/provider/keeper/relay.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ func (k Keeper) HandleSlashPacket(ctx sdk.Context, consumerId string, data ccv.S
489489
_, err = k.stakingKeeper.SlashWithInfractionReason(ctx, providerConsAddr.ToSdkConsAddr(), int64(infractionHeight),
490490
data.Validator.Power, infractionParams.Downtime.SlashFraction, stakingtypes.Infraction_INFRACTION_DOWNTIME)
491491
if err != nil {
492-
k.Logger(ctx).Error("failed to slash vaidator", providerConsAddr.ToSdkConsAddr().String(), "err", err.Error())
492+
k.Logger(ctx).Error("failed to slash validator", providerConsAddr.ToSdkConsAddr().String(), "err", err.Error())
493493
return
494494
}
495495

0 commit comments

Comments
 (0)