DeFiFoundrySolidity
16,653 OP
View results
Submission Details
Severity: low
Invalid

Unused variable `StrategyMainnet::useOracle` should be removed.

Summary

Solidity does initialize variables by default when they are declared. However, it is good to explicitly define an initial value. However, the variable `StrategyMainnet::useOracle` is never used.

Vulnerability Details

The variable `StrategyMainnet::useOracle` is never used and was never explicitly initialized. It should be removed.

Impact

Tools Used

Manual, VSCode

Recommendations

Remove the unused, uninitialized variable useOracle

Updates

Appeal created

inallhonesty Lead Judge 8 months ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

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