Skip to content

Commit 65a005c

Browse files
committed
Update DynamicRewardFarm.sol
1 parent 16e7b94 commit 65a005c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contracts/DynamicRewardFarm.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ contract DynamicRewardFarm is TokenWrapper {
7272
}
7373

7474
/**
75-
* @dev This is desired because this contract is
75+
* @dev No modifier necessary since this contract is
7676
* cloned by the factory contract calling initialize
7777
*/
7878
function initialize(
@@ -84,6 +84,7 @@ contract DynamicRewardFarm is TokenWrapper {
8484
string calldata _symbol
8585
)
8686
external
87+
// onlyFactory
8788
{
8889
require(
8990
_defaultDuration > 0,

0 commit comments

Comments
 (0)