-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore: remove constructor from abi #247
chore: remove constructor from abi #247
Conversation
✅ Deploy Preview for contracts-stylus canceled.
|
@@ -1,8 +1,7 @@ | |||
//! Contract module that allows children to implement role-based access control | |||
//! mechanisms. This is a lightweight version that doesn't allow enumerating | |||
//! role members except through off-chain means by accessing the contract event | |||
//! logs. Some applications may benefit from on-chain enumerability, for those | |||
//! cases see [`AccessControlEnumberable`][enumerable ext]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have it implemented. Hence remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting that typos
did not catch literla
.
LGTM!
crate-ci/typos#1069 (comment) should be caught next time. |
No description provided.