QA Report #276
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
Don't use deprecated library functions
Information :
L005 - Do not use Deprecated Library Functions
SafeERC20.sol - safeApprove
Instances include :
Recommendation
Usage of deprecated library functions, for instance
safeApprove
from OpenZeppelin'sSafeERC20
library is discouraged, it is recommended to usesafeIncreaseAllowance
andsafeDecreaseAllowance
instead, for example :The text was updated successfully, but these errors were encountered: