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 comment in the _fallback() function contradicts the code: “delegatecall ...”. In the code, the staticcall is used, which is correct.
Path: ./src/Funnel.sol : initialize()
Recommendation: Remove the contradiction in the comment.
Status: Reported (Replace the “delegatecall” with “staticcall” in comment in Line 326)
The text was updated successfully, but these errors were encountered:
The comment on Line 42 of the IERC5827 interface is misplaced.
Path: ./src/interfaces/IERC5827.sol
Recommendation: Correct the misplacement.
Status: Reported (Move comment from Line 42 to Line 51)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The comment in the _fallback() function contradicts the code: “delegatecall ...”.
In the code, the staticcall is used, which is correct.
Path:
./src/Funnel.sol : initialize()
Recommendation: Remove the contradiction in the comment.
Status: Reported (Replace the “delegatecall” with “staticcall” in comment in Line 326)
The text was updated successfully, but these errors were encountered: