Skip to content

Commit

Permalink
Update contracts/GaugeController.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Pierrick Turelier <pierrick@turelier.com>
  • Loading branch information
kamescg and PierrickGT committed Jun 1, 2022
1 parent e1bac1b commit 854e4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/GaugeController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ contract GaugeController is IGaugeController, Ownable {
* @param user Address of the user who withdrew 'token' from the GaugeController
* @param amount Amount of 'token' withdrawn from the GaugeController
*/
event UserWithdraw(address user, uint256 amount);
event TokenWithdrawn(address indexed user, IERC20 indexed token, uint256 amount);

/**
* @notice Emitted when User increases a Gauge weight.
Expand Down

0 comments on commit 854e4cc

Please sign in to comment.