Skip to content

Commit

Permalink
docs: update default value for allow_messages after cosmos#2290 (co…
Browse files Browse the repository at this point in the history
…smos#2367)

* update default value allow messages after cosmos#2290

* Update parameters.md
  • Loading branch information
crodriguezvega authored Sep 23, 2022
1 parent 4297a9e commit 94e61c0
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 94e61c0

Please sign in to comment.