Skip to content

Commit

Permalink
missing inheritance of TimelockController
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRobWeb committed Feb 26, 2025
1 parent 34e6da8 commit d7683cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ pragma solidity ^0.8.18;

import {TimelockController} from "@openzeppelin/contracts/governance/TimelockController.sol";

contract Timelock {
contract Timelock is TimelockController {
/**
* @notice Create a new Timelock controller
* @param minDelay Minimum delay for timelock executions
Expand Down

0 comments on commit d7683cb

Please sign in to comment.