We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a840a commit 1b3e1c4Copy full SHA for 1b3e1c4
contracts/governance/TimelockController.sol
@@ -79,7 +79,6 @@ contract TimelockController is AccessControl, IERC721Receiver, IERC1155Receiver
79
address[] memory executors,
80
address admin
81
) {
82
-
83
// self administration
84
_grantRole(DEFAULT_ADMIN_ROLE, address(this));
85
0 commit comments