Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update contracts/governance/TimelockController.sol
Co-authored-by: Hadrien Croubois <[email protected]>
  • Loading branch information
JulissaDantes and Amxx committed Nov 7, 2022
commit bd2296900d8826a3e215454920a80866fc7aa27d
3 changes: 0 additions & 3 deletions contracts/governance/TimelockController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ contract TimelockController is AccessControl, IERC721Receiver, IERC1155Receiver
address[] memory executors,
address admin
) {
_setRoleAdmin(PROPOSER_ROLE, DEFAULT_ADMIN_ROLE);
_setRoleAdmin(EXECUTOR_ROLE, DEFAULT_ADMIN_ROLE);
_setRoleAdmin(CANCELLER_ROLE, DEFAULT_ADMIN_ROLE);

// self administration
_setupRole(DEFAULT_ADMIN_ROLE, address(this));
Expand Down