Skip to content

Commit

Permalink
update reward pool contract
Browse files Browse the repository at this point in the history
  • Loading branch information
pancake-swap committed Oct 25, 2020
1 parent 624f5e0 commit 772e6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/LotteryRewardPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ contract LotteryRewardPool is Ownable {
address _receiver
) public {
chef = _chef;
cake = _cake;
adminAddress = _admin;
receiver = _receiver;
cake = _cake;
}

event StartFarming(address indexed user, uint256 indexed pid);
Expand Down

0 comments on commit 772e6c4

Please sign in to comment.