Merge pull request #892 from blackpanther1881/patch-1
Update signingstargateclient.ts
This commit is contained in:
commit
caa5f27259
@ -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
|
||||
|
||||
@ -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],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user