Skip to content

Commit

Permalink
Fix wrong create channel command in "Create a new path" page in the…
Browse files Browse the repository at this point in the history
… guide (informalsystems#2245)

Fix wrong `create channel` command in guide

Co-authored-by: Adi Seredinschi <[email protected]>
  • Loading branch information
romac and adizere authored Jun 1, 2022
1 parent e3dc766 commit 923938b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Perform client creation, connection and channel handshake to establish a new path between the `transfer` ports on `ibc-0` and `ibc-1` chains.

```shell
hermes create channel ibc-0 ibc-1 --port-a transfer --port-b transfer
hermes create channel ibc-0 -c ibc-1 --port-a transfer --port-b transfer --new-client-connection
```

If all the handshakes are performed successfully you should see a message similar to the one below:
Expand Down

0 comments on commit 923938b

Please sign in to comment.