Ensure the use of correct NatSpect comment format according to Solidity docs
As per Solidity docs:
For Solidity you may choose /// for single or multi-line comments, or /** and ending with */
Code isn't following Solidity best practices.
Manual review
Change all //
single or multi-line comments by ///
and all /*
multi-line comments by /** and ending with */
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.