Unverified Commit 3b499a9c by Matt Condon Committed by GitHub

Merge pull request #687 from sot528/fix/reference-of-rbac-usage

fix reference of RBAC usage.
parents 370e6a88 4e77aaa0
......@@ -8,7 +8,7 @@ import "./Roles.sol";
* @author Matt Condon (@Shrugs)
* @dev Stores and provides setters and getters for roles and addresses.
* Supports unlimited numbers of roles and addresses.
* See //contracts/examples/RBACExample.sol for an example of usage.
* See //contracts/mocks/RBACMock.sol for an example of usage.
* This RBAC method uses strings to key roles. It may be beneficial
* for you to write your own implementation of this interface using Enums or similar.
* It's also recommended that you define constants in the contract, like ROLE_ADMIN below,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment