Some named return variables are used but still return keyword used in functions
DSCEngine.sol line 350 has a named return value ->returns (uint256 totalCollateralValueInUsd) However in function return keyword is used unnecessarily line 358
Gas Savings: This usage of return adds unnecessary operations
Informational: Affects code quality
Manual Analysis
It is recommended to use the named return variables and not used the return keyword in the functions that make use of return variables.
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.