Skip to content

Commit 7cd750a

Browse files
crodriguezvegaAdityaSripal
authored andcommitted
docs: document that version string can be empty as argument of RegisterInterchainAccount (#1582)
Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
1 parent a5b69ec commit 7cd750a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/versioned_docs/version-v4.6.x/02-apps/02-interchain-accounts/03-active-channels.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ channel type that provides ordering of packets without the channel closing on ti
1616
When an Interchain Account is registered using the `RegisterInterchainAccount` API, a new channel is created on a particular port. During the `OnChanOpenAck` and `OnChanOpenConfirm` steps (controller & host chain) the `Active Channel` for this interchain account
1717
is stored in state.
1818

19+
<<<<<<< HEAD:docs/versioned_docs/version-v4.6.x/02-apps/02-interchain-accounts/03-active-channels.md
1920
It is possible to create a new channel using the same controller chain portID if the previously set `Active Channel` is now in a `CLOSED` state. This channel creation can be initialized programmatically by sending a new `MsgChannelOpenInit` message like so:
21+
=======
22+
It is possible to create a new channel using the same controller chain portID if the previously set `Active Channel` is now in a `CLOSED` state. This channel creation can be initialized programatically by sending a new `MsgChannelOpenInit` message like so:
23+
>>>>>>> docs: document that version string can be empty as argument of RegisterInterchainAccount (#1582):docs/apps/interchain-accounts/active-channels.md
2024
2125
```go
2226
msg := channeltypes.NewMsgChannelOpenInit(portID, string(versionBytes), channeltypes.ORDERED, []string{connectionID}, icatypes.PortID, icatypes.ModuleName)

0 commit comments

Comments
 (0)