Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note to the ICA module guide #470

Merged
merged 1 commit into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/2.developers/3.guides/8.ica/1.introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,9 @@ pub fn vote(

So we would create a **MsgVote** message and add that value to the correct type URL and then combine a **MsgSendTx** message in a **CosmosMsg::Stargate** transaction. We can see how this new ICA module abstracts away the complexities of the ICA and IBC featureset making it a lot easier for developers to build robust decentralized applications.

::alert{variant="info"}
It's important to note that if a packet timeout occurs, the ICA channel will be closed and ICA features will be unavailable. To reopen the channel, you can recreate the ICA account via the **MsgRegisterAccount** message with the same details as previously used.
#title
**Info**
::