Skip to content

Commit

Permalink
test: add use_transparent_address to Ics20Withdrawal
Browse files Browse the repository at this point in the history
  • Loading branch information
redshiftzero committed Dec 13, 2024
1 parent f800734 commit 1bedb05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/core/app/tests/common/ibc_tests/relayer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1485,6 +1485,7 @@ impl MockRelayer {
source_channel: ChannelId::from_str("channel-0")?,
// Penumbra <-> Penumbra so false
use_compat_address: false,
use_transparent_address: false,
ics20_memo: "".to_string(),
};
// There will need to be `Spend` and `Output` actions
Expand Down

0 comments on commit 1bedb05

Please sign in to comment.