Skip to content

Commit

Permalink
Merge branch 'feature/AccessControlLight' of github.com:Amxx/openzepp…
Browse files Browse the repository at this point in the history
…elin-contracts into feature/AccessControlLight
  • Loading branch information
Amxx committed Feb 19, 2021
2 parents c300783 + 9c11117 commit 884e432
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 884e432

Please sign in to comment.