Skip to content

Commit 9c0046f

Browse files
phrwlkernestognw
andauthored
fix: correct RoleGranted event documentation for existing members (#6036)
Co-authored-by: Ernesto García <[email protected]>
1 parent f4685fc commit 9c0046f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/access/manager/IAccessManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ interface IAccessManager {
3636
*
3737
* NOTE: The meaning of the `since` argument depends on the `newMember` argument.
3838
* If the role is granted to a new member, the `since` argument indicates when the account becomes a member of the role,
39-
* otherwise it indicates the execution delay for this account and roleId is updated.
39+
* otherwise it indicates the timestamp when the execution delay update takes effect for this account and roleId.
4040
*/
4141
event RoleGranted(uint64 indexed roleId, address indexed account, uint32 delay, uint48 since, bool newMember);
4242

0 commit comments

Comments
 (0)