Skip to content

Commit

Permalink
Return full ChannelInfo on Ibc ListChannels query
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Mar 6, 2021
1 parent ea7603d commit 43eda9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/std/src/ibc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pub struct PortIdResponse {

#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]
pub struct ListChannelsResponse {
pub channels: Vec<IbcEndpoint>,
pub channels: Vec<IbcChannel>,
}

#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]
Expand Down

0 comments on commit 43eda9f

Please sign in to comment.