We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The approve() function does not need the override specifier in its declaration.
approve()
Starting from the 0.8.8 version, a function that overrides only a single interface function does not require the override specifier.
./src/Funnel.sol : approve()
Consider removing redundant code.
New
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The
approve()
function does not need the override specifier in its declaration.Starting from the 0.8.8 version, a function that overrides only a single interface function does not require the override specifier.
Path
./src/Funnel.sol : approve()
Recommendation
Consider removing redundant code.
Status
New
The text was updated successfully, but these errors were encountered: