Skip to content

Commit

Permalink
test: add ics20 memo field to test vector strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
redshiftzero committed Dec 12, 2024
1 parent 621d982 commit dd769a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ fn ics20_withdrawal_strategy() -> impl Strategy<Value = Ics20Withdrawal> {
source_channel: ChannelId::default(),
use_compat_address: false,
use_transparent_address: true,
ics20_memo: "".to_string(),
},
)
}
Expand Down

0 comments on commit dd769a3

Please sign in to comment.