Skip to content

Commit ccde353

Browse files
QEDKernestognw
andauthored
Document the non-zero delay enforcement in AccessControlDefaultAdminRules (#5687)
Co-authored-by: Ernesto García <[email protected]>
1 parent e342516 commit ccde353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/access/extensions/AccessControlDefaultAdminRules.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import {IERC165} from "../../utils/introspection/ERC165.sol";
2424
* * Enforces a 2-step process to transfer the `DEFAULT_ADMIN_ROLE` to another account.
2525
* * Enforces a configurable delay between the two steps, with the ability to cancel before the transfer is accepted.
2626
* * The delay can be changed by scheduling, see {changeDefaultAdminDelay}.
27+
* * Role transfers must wait at least one block after scheduling before it can be accepted.
2728
* * It is not possible to use another role to manage the `DEFAULT_ADMIN_ROLE`.
2829
*
2930
* Example usage:

0 commit comments

Comments
 (0)