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 77b3f6c

Browse files
crodriguezvegadamiannolan
andauthoredApr 29, 2024··
Apply suggestions from code review
Co-authored-by: Damian Nolan <[email protected]>
1 parent 0e7b454 commit 77b3f6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/docs/03-light-clients/04-wasm/08-client.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ simd tx ibc-wasm store-code [path/to/wasm-file] [flags]
3131

3232
#### `migrate-contract`
3333

34-
The `migration-contract` command allows users to broadcast a transaction with a `MsgMigrateContract` to migrate the contract for a given light client to a new byte code denoted by the given checksum.
34+
The `migrate-contract` command allows users to broadcast a transaction with a `MsgMigrateContract` to migrate the contract for a given light client to a new byte code denoted by the given checksum.
3535

3636
```shell
37-
simd tx ibc-wasm migration-contract [client-id] [checksum] [migrate-msg]
37+
simd tx ibc-wasm migrate-contract [client-id] [checksum] [migrate-msg]
3838
```
3939

4040
The migrate message must not be emptied and is expected to be a JSON-encoded string.

0 commit comments

Comments
 (0)
Please sign in to comment.