Skip to content

Commit

Permalink
increase amount redeemed (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t authored Sep 17, 2024
1 parent ff420a5 commit 580dd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/redeem/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ benchmarks! {
liquidation_redeem {
let origin: T::AccountId = account("Origin", 0, 0);
let vault_id = get_vault_id::<T>();
let amount = 1000;
let amount = 100000;

mint_wrapped::<T>(&origin, amount.into());

Expand Down

0 comments on commit 580dd30

Please sign in to comment.