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
…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]>
  • Loading branch information
3 people authored Sep 26, 2022
1 parent 8e5b353 commit 4e5d5e5
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 4e5d5e5

Please sign in to comment.