Skip to content

Commit 5b1eb00

Browse files
committed
fix error message
1 parent 0c9e3e1 commit 5b1eb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/DualRewardFarm.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ contract DualRewardFarm is TokenWrapper {
136136

137137
require(
138138
rewardDuration == 0,
139-
"SimpleFarm: ALREADY_INITIALIZED"
139+
"DualRewardFarm: ALREADY_INITIALIZED"
140140
);
141141

142142
rewardDuration = _defaultDuration;

0 commit comments

Comments
 (0)