15,000 USDC
View results
Submission Details
Severity: low

Uncorrect NetSpect comment format

Summary

Ensure the use of correct NatSpect comment format according to Solidity docs

Vulnerability Details

As per Solidity docs:

For Solidity you may choose /// for single or multi-line comments, or /** and ending with */

Impact

Code isn't following Solidity best practices.

Tools Used

Manual review

Recommendations

Change all // single or multi-line comments by /// and all /* multi-line comments by /** and ending with */

Support

FAQs

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