Skip to content

Commit

Permalink
data: fix natspec todo
Browse files Browse the repository at this point in the history
  • Loading branch information
eladmallel committed Jan 6, 2025
1 parent 4f945a5 commit ff5d73b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ contract NounsDAOData is OwnableUpgradeable, UUPSUpgradeable, NounsDAODataEvents
}

/**
* @notice TODO
* @notice Signal a proposal's compliance status. Only `dunaAdmin` account can call this function.
* @param proposalId the ID of the proposal in question.
* @param signal 0: not compliant; 1: compliant; 2: undetermined.
* @param reason text content to explain the signal decision.
Expand Down

0 comments on commit ff5d73b

Please sign in to comment.