40,000 USDC
View results
Submission Details
Severity: gas
Valid

Missing NatSpec `@param`

Summary

No natspec @param in function resolveDispute() for parameter uint256 buyerAward

Code Snippet

Function resolveDispute

/// @notice Arbiter can resolve dispute and claim token reward by entering in split of `price` value,
/// minus `arbiterFee` set at construction.
function resolveDispute(uint256 buyerAward) external;

Recommendations

Add a @param notation to describe the function parameters to improve the code documentation.

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.