diff --git a/modules/core/04-channel/keeper/packet.go b/modules/core/04-channel/keeper/packet.go index 238e92dcd93..1ec5e94521c 100644 --- a/modules/core/04-channel/keeper/packet.go +++ b/modules/core/04-channel/keeper/packet.go @@ -67,7 +67,7 @@ func (k Keeper) SendPacket( clientState, found := k.clientKeeper.GetClientState(ctx, connectionEnd.GetClientID()) if !found { - return 0, clienttypes.ErrConsensusStateNotFound + return 0, clienttypes.ErrClientNotFound } // prevent accidental sends with clients that cannot be updated