Skip to content

Commit

Permalink
Reset interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearwood committed Sep 4, 2021
1 parent 9df9ecc commit 5039917
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/interfaces/IRewarder.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ interface IRewarder {
using BoringERC20 for IERC20;
function onSushiReward(uint256 pid, address user, address recipient, uint256 sushiAmount, uint256 newLpAmount) external;
function pendingTokens(uint256 pid, address user, uint256 sushiAmount) external view returns (IERC20[] memory, uint256[] memory);
function emergencyWithdraw(uint256 pid, address user, address recipient) external;
}

0 comments on commit 5039917

Please sign in to comment.