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
WTF Solidity极简入门: 15. 异常 教程中介绍了 require with message 的用法。但是没有同时介绍无 message 的用法。而测试题里出现了 require without message 的用法。
关于 require without message 的用法,详见 Solidity 官方 Cheatsheet
在教程中增加 without message 的用法介绍。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
详述
WTF Solidity极简入门: 15. 异常 教程中介绍了 require with message 的用法。但是没有同时介绍无 message 的用法。而测试题里出现了 require without message 的用法。
关于 require without message 的用法,详见 Solidity 官方 Cheatsheet
修复建议
在教程中增加 without message 的用法介绍。
The text was updated successfully, but these errors were encountered: