Skip to content

Commit

Permalink
Update contracts/access/AccessControl.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
  • Loading branch information
Amxx and frangio committed Feb 19, 2021
1 parent f2dcdb2 commit 9c11117
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contracts/access/AccessControl.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ import "../utils/Context.sol";

/**
* @dev Contract module that allows children to implement role-based access
* control mechanisms. Light, not enumerable, version.
* 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
* {AccessControlEnumerable}.
*
* Roles are referred to by their `bytes32` identifier. These should be exposed
* in the external API and be unique. The best way to achieve this is by
Expand Down

0 comments on commit 9c11117

Please sign in to comment.