Skip to content

Commit

Permalink
fix: adjust commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-ux committed Feb 6, 2025
1 parent 6e91bd3 commit 61cd6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/contracts/strategies/BaseCurveAMOStrategy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ contract BaseCurveAMOStrategy is InitializableAbstractStrategy {
/**
* @dev Checks the Curve pool's balances have improved and the balances
* have not tipped to the other side.
* This modifier only works on functions that do a single sided add or remove.
* This modifier is only applied to functions that do a single sided add or remove.
* The standard deposit function adds to both sides of the pool in a way that
* the pool's balance is not worsened.
* Withdrawals are proportional so doesn't change the pools asset balance.
Expand Down

0 comments on commit 61cd6c9

Please sign in to comment.