Skip to content

Commit

Permalink
Remove event
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatmittal committed May 15, 2024
1 parent a0942b7 commit e548e8f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/staking/GenericStakedAppreciatingVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ contract GenericStakedAppreciatingVault is ERC4626 {
RewardTracker public rewardTracker;
uint256 private totalDeposited; // {qAsset}

event RewardAdded(uint256 reward, uint256 periodStart, uint256 periodEnd);
event RewardDistributionUpdated(uint256 periodStart, uint256 periodEnd, uint256 amount);

/**
Expand Down Expand Up @@ -96,8 +95,6 @@ contract GenericStakedAppreciatingVault is ERC4626 {
}

_updateRewards();

emit RewardAdded(rewardTracker.rewardAmount, rewardTracker.rewardPeriodStart, rewardTracker.rewardPeriodEnd);
}

/**
Expand Down

0 comments on commit e548e8f

Please sign in to comment.