Skip to content

Commit

Permalink
fixup! Merge branch 'yuji/fix-ibc-gen-shielded' (#2311)
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Dec 29, 2023
1 parent 1a8e99b commit 05492cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/e2e/ibc_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ fn check_shielded_balances(
test_b: &Test,
) -> Result<()> {
// Check the balance on Chain B
let rpc_b = get_actor_rpc(test_b, &Who::Validator(0));
let rpc_b = get_actor_rpc(test_b, Who::Validator(0));
// PA(B) on Chain B has received BTC on chain A
let token_addr = find_address(test_a, BTC)?.to_string();
let query_args = vec![
Expand Down

0 comments on commit 05492cf

Please sign in to comment.