Omniscia Beanstalk Audit

InitEmpty Code Style Findings

InitEmpty Code Style Findings

IEY-01C: Misleading Comments

TypeSeverityLocation
Code StyleInitEmpty.sol:L10

Description:

The linked comment is invalid for the contract in question.

Example:

protocol/contracts/farm/init/InitEmpty.sol
8/**
9 * @author Publius
10 * @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.