Skip to content

Commit

Permalink
add initialize description
Browse files Browse the repository at this point in the history
  • Loading branch information
vm06007 committed Sep 30, 2024
1 parent 8b100cb commit 16e7b94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/DynamicRewardFarm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ contract DynamicRewardFarm is TokenWrapper {
_;
}

/**
* @dev This is desired because this contract is
* cloned by the factory contract calling initialize
*/
function initialize(
address _stakeToken,
uint256 _defaultDuration,
Expand Down

0 comments on commit 16e7b94

Please sign in to comment.