Skip to content

Commit

Permalink
Update interchain/scripts/src/bin/ibc_disconnect.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Interchain Adair <[email protected]>
  • Loading branch information
Kayanski and adairrr authored Nov 27, 2024
1 parent 12e5c8a commit 3873b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interchain/scripts/src/bin/ibc_disconnect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub fn get_deployment_id(src_chain: &ChainInfo, dst_chain: &ChainInfo) -> String
format!("{}-->{}", src_chain.chain_id, dst_chain.chain_id)
}

fn connect(
fn disconnect(
(src_chain, src_mnemonic): (ChainInfo, Option<String>),
(dst_chain, dst_mnemonic): (ChainInfo, Option<String>),
) -> cw_orch::anyhow::Result<()> {
Expand Down

0 comments on commit 3873b1d

Please sign in to comment.