Skip to content

Commit d2ac656

Browse files
author
Nikolas De Giorgis
authored
chore: add MsgRecvPacket skeleton (#7379)
* chore: add MsgRecvPacket skeleton * Add RPC proto definition for RecvPacket
1 parent 17d3487 commit d2ac656

File tree

3 files changed

+551
-26
lines changed

3 files changed

+551
-26
lines changed

modules/core/04-channel/v2/types/codec.go

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ func RegisterInterfaces(registry codectypes.InterfaceRegistry) {
1111
registry.RegisterImplementations(
1212
(*sdk.Msg)(nil),
1313
&MsgSendPacket{},
14+
&MsgRecvPacket{},
1415
)
1516
}

0 commit comments

Comments
 (0)