Skip to content

Commit

Permalink
Hexens - Audit: Issue 2-4: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riordant committed Jan 30, 2024
1 parent 8606542 commit b9a298f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strategies/convex/ConvexStFrxEthStrategy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ contract ConvexStFrxEthStrategy is StrategyManualYieldVerifier, Strategy, Curve2
amount = new uint256[](1);

// convex
uint256 lpTokenAmount = _crvRewards.balanceOf(address(this));
uint256 lpTokenAmount = _lpTokenBalance();

// curve base
uint256 lpTokenTotalSupply = IERC20(_pool).totalSupply();
Expand Down

0 comments on commit b9a298f

Please sign in to comment.