From 94e61c0f56ac187559ce3fc74e54e5e8c472e6ae Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Fri, 23 Sep 2022 23:08:21 +0200 Subject: [PATCH] docs: update default value for `allow_messages` after #2290 (#2367) * update default value allow messages after #2290 * Update parameters.md --- docs/apps/interchain-accounts/parameters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/apps/interchain-accounts/parameters.md b/docs/apps/interchain-accounts/parameters.md index 8f985b9293e..c4da7e2fdbf 100644 --- a/docs/apps/interchain-accounts/parameters.md +++ b/docs/apps/interchain-accounts/parameters.md @@ -26,7 +26,7 @@ The `ControllerEnabled` parameter controls a chains ability to service ICS-27 co | Key | Type | Default Value | |------------------------|----------|---------------| | `HostEnabled` | bool | `true` | -| `AllowMessages` | []string | `[]` | +| `AllowMessages` | []string | `["*"]` | #### HostEnabled @@ -55,4 +55,4 @@ There is also a special wildcard `"*"` message type which allows any type of mes "host_enabled": true, "allow_messages": ["*"] } -``` \ No newline at end of file +```