Merge pull request #892 from blackpanther1881/patch-1

Update signingstargateclient.ts
This commit is contained in:
Simon Warta 2021-10-04 18:26:33 +02:00 committed by GitHub
commit caa5f27259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@ and this project adheres to
## [Unreleased]
### Fixed
- @cosmjs/stargate: remove extra space in messageTimeout registry.
## [0.26.1] - 2021-09-30
### Added

View File

@ -91,7 +91,7 @@ export const defaultRegistryTypes: ReadonlyArray<[string, GeneratedType]> = [
["/ibc.core.channel.v1.MsgChannelCloseInit", MsgChannelCloseInit],
["/ibc.core.channel.v1.MsgChannelCloseConfirm", MsgChannelCloseConfirm],
["/ibc.core.channel.v1.MsgRecvPacket", MsgRecvPacket],
["/ibc.core.channel.v1.MsgTimeout ", MsgTimeout],
["/ibc.core.channel.v1.MsgTimeout", MsgTimeout],
["/ibc.core.channel.v1.MsgTimeoutOnClose", MsgTimeoutOnClose],
["/ibc.core.channel.v1.MsgAcknowledgement", MsgAcknowledgement],
["/ibc.core.client.v1.MsgCreateClient", MsgCreateClient],