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 Publius
13 * @title InitHotFix4
14**/

Recommendation:

We advise it to be properly updated to 5.

Alleviation:

The contract is now correctly labelled as being InitHotFix5.

View Fix on GitHub
Navigated to InitHotFix5 Code Style Findings