Skip to content

Commit

Permalink
docs(QuestBudget): fix comment formatting in payManagementFee
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackz committed Sep 10, 2024
1 parent 9d1d4e2 commit ae5f02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/QuestBudget.sol
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ contract QuestBudget is Budget, IERC1155Receiver, ReentrancyGuard {
}

/// @notice Allows the quest manager to claim the management fee for a completed quest
/// @dev This function can only be called by the authorized quest manager after the quest rewards have been withdrawn
/// @param questId_ The unique identifier of the quest for which the management fee is being claimed
/// @dev This function can only be called by the authorized quest manager after the quest rewards have been withdrawn
/// @param questId_ The unique identifier of the quest for which the management fee is being claimed
function payManagementFee(string memory questId_) public onlyAuthorized {
// Retrieve the quest data by calling the questData function and decoding the result
IQuestFactory.QuestData memory quest = IQuestFactory(questFactory).questData(questId_);
Expand Down

0 comments on commit ae5f02e

Please sign in to comment.