Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Aug 7, 2024
1 parent d8fc024 commit 2080b54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/babylon/src/ibc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ pub fn ibc_channel_connect(
// Store the channel
IBC_CHANNEL.save(deps.storage, channel)?;

// TODO: send IBC packet to Babylon to register the consumer

let chan_id = &channel.endpoint.channel_id;
Ok(IbcBasicResponse::new()
.add_attribute("action", "ibc_connect")
Expand Down

0 comments on commit 2080b54

Please sign in to comment.