QA Report #396
Labels
bug
Something isn't working
QA (Quality Assurance)
Assets are not at risk. State handling, function incorrect as to spec, issues with clarity, syntax
Missing space in the comment in:
Contract: ERC20PermitPermissionedMint.sol
Recommendation:
It is best practice and also unnecessary to initialize variables in for loops as they get set to 0 by default in:
Contract: ERC20PermitPermissionedMint.sol
Recommendation:
Contract: frxETHMinter.sol
Recommendation:
Contract: OperatorRegistry.sol
Recommendation:
It is best practice to always start a new statement/sentence in capital letters, in comments.
This will also bring more consistency throughout all code under review.
Contract: xERC4626.sol
Recommendation:
It is best practice and also unnecessary to initialize variables as they get set to 0 by default in:
Contract: frxETHMinter.sol
Recommendation:
It is best practice to use the safe library from OpenZeppelin to, in this case, make external approvals and transactions in:
Contract: frxETHMinter.sol
Recommendation:
Grammer issues in comments in:
Contract: sfrxETH.sol
Contract: frxETHMinter.sol
Contract: xERC4626.sol
The text was updated successfully, but these errors were encountered: