15,000 USDC
View results
Submission Details
Severity: gas

Non Critical Issues: Incorrect usage of NatSpec comments

Summary

  • The developer did not use the correct NatSpec comments.

  • Solidity contracts can also contain NatSpec comments. They are written with a triple slash (///) or a double asterisk block (/** ... */) and they should be used directly above function declarations or statements.

Vulnerability Details

File: src/DSCEngine.sol
- 129: /*
+ 129: /**
- 144: /*
+ 144: /**
- 163: /*
+ 163: /**
- 177: /*
+ 177: /**
- 192: /*
+ 192: /**
- 207: /*
+ 207: /**
- 217: /*
+ 217: /**
- 268: /*
+ 268: /**
File: src/DecentralizedStableCoin.sol
- 29: /*
+ 29: /**
File: src/libraries/OracleLib.sol
- 7: /*
+ 7: /**

Tools Used

  • Manual Review

Recommendations

Support

FAQs

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