We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a29f7d commit 0a3f880Copy full SHA for 0a3f880
contracts/access/IAccessControl.sol
@@ -30,8 +30,8 @@ interface IAccessControl {
30
/**
31
* @dev Emitted when `account` is granted `role`.
32
*
33
- * `sender` is the account that originated the contract call, an admin role
34
- * bearer except when using {AccessControl-_setupRole}.
+ * `sender` is the account that originated the contract call. This account bears the admin role (for the granted role).
+ * Expected in cases where the role was granted using the internal {AccessControl-_grantRole}.
35
*/
36
event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender);
37
0 commit comments