Skip to content

Commit

Permalink
test: fix test vector generator for new Ics20Withdrawal fields
Browse files Browse the repository at this point in the history
  • Loading branch information
redshiftzero committed Dec 13, 2024
1 parent c9e6eab commit a7e2c95
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,8 @@ fn ics20_withdrawal_strategy() -> impl Strategy<Value = Ics20Withdrawal> {
timeout_time: 0u64,
source_channel: ChannelId::default(),
use_compat_address: false,
use_transparent_address: false,
ics20_memo: String::default(),
},
)
}
Expand Down

0 comments on commit a7e2c95

Please sign in to comment.