Skip to content

Commit

Permalink
Merge branch 'rc/v3.0.1.5' into change-undistributed-rew-code
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu authored Nov 13, 2024
2 parents b5146b4 + 94d6506 commit 64319c1
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 64319c1

Please sign in to comment.