Skip to content

Commit 3b9ec00

Browse files
shubh7791jtieri
andauthored
Fix typo: MsgChannelCloseConfim to MsgChannelCloseConfirm (#1509)
Co-authored-by: Justin Tieri <[email protected]>
1 parent 2cd9062 commit 3b9ec00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/chain_implementation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ For Comet BFT chains, the IBC messages are parsed in the `CosmosChainProcessor`
108108

109109
- For client IBC messages (e.g. MsgCreateClient, MsgUpdateClient, MsgUpgradeClient, MsgSubmitMisbehaviour), message should be parsed into `provider.ClientState`.
110110
- For connection handshake IBC messages (e.g. MsgConnectionOpenInit, MsgConnectionOpenTry, MsgConnectionOpenAck, MsgConnectionOpenConfirm), message should be parsed into `provider.ConnectionInfo`
111-
- For channel handshake IBC messages (e.g. MsgChannelOpenInit, MsgChannelOpenTry, MsgChannelOpenAck, MsgChannelOpenConfirm, MsgChannelCloseInit, MsgChannelCloseConfim), message should be parsed into `provider.ChannelInfo`
111+
- For channel handshake IBC messages (e.g. MsgChannelOpenInit, MsgChannelOpenTry, MsgChannelOpenAck, MsgChannelOpenConfirm, MsgChannelCloseInit, MsgChannelCloseConfirm), message should be parsed into `provider.ChannelInfo`
112112
- For packet-flow IBC messages (e.g. MsgTransfer, MsgRecvPacket, MsgAcknowledgement), message should be parsed into `provider.PacketInfo`
113113

114114
#### Message Handlers

0 commit comments

Comments
 (0)