diff --git a/x/tunnel/types/codec.go b/x/tunnel/types/codec.go index da8e3b7a8..790af970a 100644 --- a/x/tunnel/types/codec.go +++ b/x/tunnel/types/codec.go @@ -63,6 +63,7 @@ func RegisterInterfaces(registry codectypes.InterfaceRegistry) { "tunnel.v1beta1.PacketReceiptI", (*PacketReceiptI)(nil), &TSSPacketReceipt{}, + &IBCPacketReceipt{}, ) msgservice.RegisterMsgServiceDesc(registry, &_Msg_serviceDesc)