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
Description
require can be refactored to customRevert
require
customRevert
chainlink/contracts/src/v0.8/KeepersVRFConsumer.sol
Lines 85 to 93 in 7b06aa1
In the below code, custom revert is used.
chainlink/contracts/src/v0.8/PermissionedForwardProxy.sol
Lines 29 to 32 in 7b06aa1
The text was updated successfully, but these errors were encountered:
I can work on this if has to be changed.
Sorry, something went wrong.
Hey @worksofallwin if you want to open a PR for this issue that would be awesome
Please check out the contributing guidelines
Sure!
@rgottleber I have opened a PR for this, let me know if anything has to be updated.
Successfully merging a pull request may close this issue.
Description
require
can be refactored tocustomRevert
chainlink/contracts/src/v0.8/KeepersVRFConsumer.sol
Lines 85 to 93 in 7b06aa1
In the below code, custom revert is used.
chainlink/contracts/src/v0.8/PermissionedForwardProxy.sol
Lines 29 to 32 in 7b06aa1
The text was updated successfully, but these errors were encountered: