Skip to content

Commit

Permalink
one string to rule them all
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehoover committed Oct 17, 2023
1 parent dba5fc9 commit 327a13a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions contracts/QuestFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,6 @@ contract QuestFactory is Initializable, LegacyStorage, OwnableRoles, IQuestFacto
emit QuestClaimedData(
msg.sender,
currentQuest.questAddress,
currentQuest.questType,
claimData_.questId,
claimData_.extraData
);

Expand Down Expand Up @@ -605,8 +603,6 @@ contract QuestFactory is Initializable, LegacyStorage, OwnableRoles, IQuestFacto
emit QuestClaimedData(
msg.sender,
currentQuest.questAddress,
currentQuest.questType,
claimData_.questId,
claimData_.extraData
);

Expand Down
2 changes: 0 additions & 2 deletions contracts/interfaces/IQuestFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ interface IQuestFactory {
event QuestClaimedData(
address indexed recipient,
address indexed questAddress,
string questType,
string questId,
string extraData
);
event Quest1155Claimed(
Expand Down

0 comments on commit 327a13a

Please sign in to comment.