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 660f2c8d809d3ae56fe6535de0768b076c0e538b
2 changes: 1 addition & 1 deletion contracts/governance/TimelockController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ contract TimelockController is AccessControl, IERC721Receiver, IERC1155Receiver
) {

// self administration
_setupRole(DEFAULT_ADMIN_ROLE, address(this));
_grantRole(DEFAULT_ADMIN_ROLE, address(this));

// optional admin
if (admin != address(0)) {
Expand Down