Skip to content

Commit

Permalink
move event
Browse files Browse the repository at this point in the history
  • Loading branch information
haythemsellami committed Jun 11, 2024
1 parent fdd19a2 commit 60356e3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/FourSixTwoSixAgg.sol
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ contract FourSixTwoSixAgg is IFourSixTwoSixAgg, BalanceForwarder, EVCUtil, ERC46
event SetPerformanceFee(uint256 oldFee, uint256 newFee);
event OptInStrategyRewards(address indexed strategy);
event OptOutStrategyRewards(address indexed strategy);
event Rebalance(
address indexed strategy, uint256 currentAllocation, uint256 targetAllocation, uint256 amountToRebalance
);
event Gulp(uint256 interestLeft, uint256 interestSmearEnd);
event Harvest(address indexed strategy, uint256 strategyBalanceAmount, uint256 strategyAllocatedAmount);
event AdjustAllocationPoints(address indexed strategy, uint256 oldPoints, uint256 newPoints);
Expand Down Expand Up @@ -263,8 +260,6 @@ contract FourSixTwoSixAgg is IFourSixTwoSixAgg, BalanceForwarder, EVCUtil, ERC46
nonReentrant
onlyRole(REBALANCER)
{
// _harvest(_strategy);

Strategy memory strategyData = strategies[_strategy];

if (_isDeposit) {
Expand Down

0 comments on commit 60356e3

Please sign in to comment.