Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrowDom committed Oct 25, 2024
1 parent 25866d2 commit b8aa3d7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,8 @@ contract AerodromeAMOStrategy is InitializableAbstractStrategy {
*
* If token addresses were reversed estimateAmount0 would be required here
*
* The function calculates exactly how much OETH
* The function calculates exactly how much OETH will be withdrawn alongside
* specific amount of WETH.
*/
uint160 _currentPrice = getPoolX96Price();
uint256 _oethbToWithdraw = helper.estimateAmount1(
Expand Down

0 comments on commit b8aa3d7

Please sign in to comment.