Skip to content

Commit

Permalink
Update DynamicRewardFarm.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
vm06007 committed Oct 1, 2024
1 parent 16e7b94 commit 65a005c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/DynamicRewardFarm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ contract DynamicRewardFarm is TokenWrapper {
}

/**
* @dev This is desired because this contract is
* @dev No modifier necessary since this contract is
* cloned by the factory contract calling initialize
*/
function initialize(
Expand All @@ -84,6 +84,7 @@ contract DynamicRewardFarm is TokenWrapper {
string calldata _symbol
)
external
// onlyFactory
{
require(
_defaultDuration > 0,
Expand Down

0 comments on commit 65a005c

Please sign in to comment.