Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 779c608

Browse files
crodriguezvegamergify[bot]
authored andcommittedSep 23, 2022
docs: update default value for allow_messages after #2290 (#2367)
* update default value allow messages after #2290 * Update parameters.md (cherry picked from commit 94e61c0)
1 parent ffb7f8b commit 779c608

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)