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
modifier insurerOnly { if(msg.sender != insurer) throw; }
Looks fair enough... But any method using this modifier will lose it body due to lack of underscore.
This should be a compile time error. Why would you ever want a modifier to wipe out the method body?
The text was updated successfully, but these errors were encountered:
Merge pull request #647 from pirapira/begindata_end
9bf0125
eip-615: BEGINDATA instruction finishes the analysis
♻️ Add implementation slot value guard to storage guard (ethereum#647)
c22a3d0
No branches or pull requests
Looks fair enough... But any method using this modifier will lose it body due to lack of underscore.
This should be a compile time error. Why would you ever want a modifier to wipe out the method body?
The text was updated successfully, but these errors were encountered: