Omniscia Beanstalk Audit
InitEmpty Code Style Findings
InitEmpty Code Style Findings
IEY-01C: Misleading Comments
Type | Severity | Location |
---|---|---|
Code Style | InitEmpty.sol:L10 |
Description:
The linked comment is invalid for the contract in question.
Example:
protocol/contracts/farm/init/InitEmpty.sol
8/**9 * @author Publius10 * @title InitBip1 runs the code for BIP-1. It mints Beans to the budget contracts.11**/12contract InitEmpty {
Recommendation:
We advise it to be properly adjusted to reflect the current contract.
Alleviation:
The documentation of the contract was correctly updated to indicate that it is utilized for test networks as an empty BIP.