We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ErrClientNotFound
ErrConsensusStateNotFound
1 parent d3b6280 commit 1f323ceCopy full SHA for 1f323ce
modules/core/04-channel/keeper/packet.go
@@ -67,7 +67,7 @@ func (k Keeper) SendPacket(
67
68
clientState, found := k.clientKeeper.GetClientState(ctx, connectionEnd.GetClientID())
69
if !found {
70
- return 0, clienttypes.ErrConsensusStateNotFound
+ return 0, clienttypes.ErrClientNotFound
71
}
72
73
// prevent accidental sends with clients that cannot be updated
0 commit comments