-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: natspec and documentation improvements #41
Conversation
* @param _response The response being disputed. | ||
* @param _request The request data. | ||
* @param _response The response being disputed. | ||
* @param _dispute The response being disputed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't know how to phrase this one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_response
desc matches the _dispute
one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated it to match the description of the same parameter everywhere else.
* @param _voter The voter who has claimed their bond | ||
* @param _disputeId The id of the dispute | ||
* @param _amount The amount of tokens claimed | ||
*/ | ||
event VoteClaimed(address _voter, bytes32 _disputeId, uint256 _amount); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should've added the asset address to this event :P
Co-authored-by: moebius <[email protected]>
🤖 Linear
Closes OPO-639, OPO-353