Skip to content

Commit 514f672

Browse files
committed
Fix MsgTimeout
1 parent 28be5b4 commit 514f672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registry/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const registryTypes: Iterable<[string, GeneratedType]> = [
8686
['/ibc.core.channel.v1.MsgChannelCloseInit', MsgChannelCloseInit],
8787
['/ibc.core.channel.v1.MsgChannelCloseConfirm', MsgChannelCloseConfirm],
8888
['/ibc.core.channel.v1.MsgRecvPacket', MsgRecvPacket],
89-
['/ibc.core.channel.v1.MsgTimeout ', MsgTimeout],
89+
['/ibc.core.channel.v1.MsgTimeout', MsgTimeout],
9090
['/ibc.core.channel.v1.MsgTimeoutOnClose', MsgTimeoutOnClose],
9191
['/ibc.core.channel.v1.MsgAcknowledgement', MsgAcknowledgement],
9292
['/ibc.core.client.v1.MsgCreateClient', MsgCreateClient],

0 commit comments

Comments
 (0)