From f961f5017e7a17c2918aa6cc3f48735124decb22 Mon Sep 17 00:00:00 2001 From: Adrian Thompson Date: Mon, 6 May 2024 11:34:18 -0500 Subject: [PATCH] Add note to the ICA module guide --- content/2.developers/3.guides/8.ica/1.introduction.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/2.developers/3.guides/8.ica/1.introduction.md b/content/2.developers/3.guides/8.ica/1.introduction.md index 0a7af619..10b31d51 100644 --- a/content/2.developers/3.guides/8.ica/1.introduction.md +++ b/content/2.developers/3.guides/8.ica/1.introduction.md @@ -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** +:: +