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
gas-custom-errors
Solhint throws GC: Invalid Solidity version gas-custom-errors when pragma solidity >=0.8.19 <0.9.0; is used. This seems to be a bug to me.
GC: Invalid Solidity version gas-custom-errors
pragma solidity >=0.8.19 <0.9.0;
The text was updated successfully, but these errors were encountered:
@smol-ninja thanks for reporting this will be fixing as soon as I can
Sorry, something went wrong.
fixed in #573 already included in new version v4.5.4
No branches or pull requests
Solhint throws
GC: Invalid Solidity version gas-custom-errors
whenpragma solidity >=0.8.19 <0.9.0;
is used. This seems to be a bug to me.The text was updated successfully, but these errors were encountered: