Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
vm06007 committed Sep 16, 2024
1 parent 0c9e3e1 commit 5b1eb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/DualRewardFarm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ contract DualRewardFarm is TokenWrapper {

require(
rewardDuration == 0,
"SimpleFarm: ALREADY_INITIALIZED"
"DualRewardFarm: ALREADY_INITIALIZED"
);

rewardDuration = _defaultDuration;
Expand Down

0 comments on commit 5b1eb00

Please sign in to comment.