Skip to content

Commit

Permalink
Added TODO addressing Vitor's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adizere committed Jan 13, 2021
1 parent ea129d3 commit c51b814
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions relayer/src/chain/cosmos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,9 @@ impl Chain for CosmosSDKChain {
.map_err(|e| Kind::Grpc.context(e))?
.into_inner();

// TODO: add warnings for any identifiers that fail to parse (below).
// https://github.com/informalsystems/ibc-rs/pull/506#discussion_r555945560

let vec_ids = response
.channels
.iter()
Expand Down

0 comments on commit c51b814

Please sign in to comment.