Skip to content

Commit

Permalink
update default value allow messages after #2290
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Sep 21, 2022
1 parent c86d27f commit 7a498df
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 7a498df

Please sign in to comment.