Omniscia Beanstalk Audit
InitHotFix5 Code Style Findings
InitHotFix5 Code Style Findings
PRL-01C: Mislabelled Contract
Type | Severity | Location |
---|---|---|
Code Style | InitHotFix5.sol:L13 |
Description:
The linked comment labels the contract as InitHotFix4
.
Example:
protocol/contracts/farm/init/InitHotFix5.sol
11/**12 * @author Publius13 * @title InitHotFix414**/
Recommendation:
We advise it to be properly updated to 5.
Alleviation:
The contract is now correctly labelled as being InitHotFix5
.