Skip to content

Commit

Permalink
evil clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Nov 13, 2024
1 parent a1d02b0 commit cca4b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locked-asset/proxy_dex/src/proxy_pair.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ pub trait ProxyPairModule:
pair_address: pair_address.clone(),
lp_token_id: attributes.lp_token_id.clone(),
lp_token_amount: attributes.lp_token_amount.clone(),
first_token_amount_min: first_token_amount_min,
second_token_amount_min: second_token_amount_min,
first_token_amount_min,
second_token_amount_min,
});
let received_token_refs = self.require_exactly_one_base_asset(
&remove_liq_result.first_token_received,
Expand Down

0 comments on commit cca4b51

Please sign in to comment.