Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehoover committed Nov 28, 2023
1 parent 9cf330a commit 3260a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/QuestFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ contract QuestFactory is Initializable, LegacyStorage, OwnableRoles, IQuestFacto
}
if(ref_ != address(0)){
emit QuestClaimedReferred(claimer_, msg.sender, questId_, rewardToken_, tokenId_, ref_, 3333, mintFee);
emit MintFeePaid(questId_, address(0), 0, address(0), 0, ref_, mintFee / 3); // check to be sure needed
emit MintFeePaid(questId_, address(0), 0, address(0), 0, ref_, mintFee / 3);
}
}

Expand Down

0 comments on commit 3260a90

Please sign in to comment.