Skip to content

Commit 4e5d5e5

Browse files
mergify[bot]crodriguezvegadamiannolan
authoredSep 26, 2022
docs: update default value for allow_messages after #2290 (#2367) (#2375)
* update default value allow messages after #2290 * Update parameters.md (cherry picked from commit 94e61c0) Co-authored-by: Carlos Rodriguez <[email protected]> Co-authored-by: Damian Nolan <[email protected]>

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/apps/interchain-accounts/parameters.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The `ControllerEnabled` parameter controls a chains ability to service ICS-27 co
2626
| Key | Type | Default Value |
2727
|------------------------|----------|---------------|
2828
| `HostEnabled` | bool | `true` |
29-
| `AllowMessages` | []string | `[]` |
29+
| `AllowMessages` | []string | `["*"]` |
3030

3131
#### HostEnabled
3232

@@ -55,4 +55,4 @@ There is also a special wildcard `"*"` message type which allows any type of mes
5555
"host_enabled": true,
5656
"allow_messages": ["*"]
5757
}
58-
```
58+
```

0 commit comments

Comments
 (0)
Please sign in to comment.