FraxFinance / frax-solidity

Solidity implementation of the Frax Protocol
MIT License
474 stars 198 forks source link

Update FraxUnifiedFarm_ERC20_V2.sol #202

Closed FortisFortuna closed 1 year ago

FortisFortuna commented 1 year ago

Unexpected behavior when managing stake but account has too many stakes & execution should have reverted. Added check to ensure the else logic only executes when useTargetStakeIndex is true.