Skip to content

Commit

Permalink
Update example command output in guide
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen committed Apr 29, 2021
1 parent ba92ebd commit 40e5741
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions guide/src/commands/queries/channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,30 @@ hermes query channels ibc-1

```rust
Success: [
(
ChannelId(
PortChannelId {
channel_id: ChannelId(
"channel-0",
),
PortId(
port_id: PortId(
"transfer",
),
},
PortChannelId {
channel_id: ChannelId(
"channel-0",
),
port_id: PortId(
"transfer",
),
),
(
ChannelId(
"channel-2",
},
PortChannelId {
channel_id: ChannelId(
"channel-1",
),
PortId(
port_id: PortId(
"transfer",
),
),
},
]
```

Expand Down

0 comments on commit 40e5741

Please sign in to comment.