Skip to content
New issue

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

Use if-revert instead of require #2102

Open
codehawks-bot opened this issue Aug 8, 2023 · 1 comment
Open

Use if-revert instead of require #2102

codehawks-bot opened this issue Aug 8, 2023 · 1 comment

Comments

@codehawks-bot
Copy link

Use if-revert instead of require

Severity

Gas Optimization / Informational

In Ownable.sol the modifier onlyOwner may be written as following to improve Gas Optimization:

if (msg.sender != owner) {
    revert Unauthorized();
}
@PatrickAlphaC
Copy link
Member

Please use custom errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants