Steadefi

Steadefi
DeFiHardhatFoundryOracle
35,000 USDC
View results
Submission Details
Severity: low
Invalid

Grammatical Corrections.

Summary

There are lines in the GMXVault.sol that have omitted some letters.

Vulnerability Details

Some lines in the GMXVault.sol contract most specifically L.196, L.215, L.233, and L.242 have this code snippet 'returns (uint256, uint256)' that lack some specific letters for clarity both to other developers and the auditors.

Impact

Lack of this letter(s) although might not have significant or any effect to the functionality of the code would make the code not clear enough to person(s) who would interact with the contract at a code base level.

Tools Used

Manual review

Recommendations

The code snippet " function debtValue() public view returns (uint256, uint256)" should be added the letters representing the tokens involved i.e should look like "returns (uint256 A, uint256 B)"

Updates

Lead Judging Commences

hans Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity
Assigned finding tags:

INFO: NatSpec / Comments

Support

FAQs

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