Skip to content

Commit

Permalink
fix denom in ternary test
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Jul 10, 2024
1 parent a777772 commit 7fc3101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/integration-test/src/tests/ternary_transfer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl NaryChannelTest<3> for TernaryIbcTransferTest {
let channel_c_to_a = channels.channel_at::<2, 0>()?;

let denom_a_to_c_to_a = derive_ibc_denom(
&node_b.chain_driver().value().chain_type,
&node_a.chain_driver().value().chain_type,
&channel_c_to_a.port_b.as_ref(),
&channel_c_to_a.channel_id_b.as_ref(),
&denom_a_to_c.as_ref(),
Expand Down

0 comments on commit 7fc3101

Please sign in to comment.