Omniscia Parabola Finance Audit
ParaMaster Code Style Findings
ParaMaster Code Style Findings
PMR-01C: Inconsistent Documentation
Type | Severity | Location |
---|---|---|
Code Style | Informational | ParaMaster.sol:L25, L176 |
Description:
The linked comments appear to be a mix of the forked code's comments and Parabola's codebase.
Example:
contracts/ParaMaster.sol
176function deposit(uint256 _pid, uint256 _amount) public {177 PoolInfo storage pool = poolInfo[_pid];
Recommendation:
We advise them to be corrected.
Alleviation:
The Parabola team opted not to apply a remediation for this finding in the current iteration of the codebase.