Skip to content

Commit

Permalink
docs: update default value for allow_messages after #2290 (#2367)
Browse files Browse the repository at this point in the history
* update default value allow messages after #2290

* Update parameters.md

(cherry picked from commit 94e61c0)
  • Loading branch information
crodriguezvega authored and mergify[bot] committed Sep 23, 2022
1 parent ffb7f8b commit 779c608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/apps/interchain-accounts/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit 779c608

Please sign in to comment.