Skip to content

Commit

Permalink
Merge pull request #372 from MrRobWeb/foundry-advanced-dao-video-5
Browse files Browse the repository at this point in the history
Foundry-advanced: DAO - video 5 | missing inheritance of TimelockController
  • Loading branch information
Equious authored Feb 26, 2025
2 parents 01de12e + d7683cb commit 5f1ef9a
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 5f1ef9a

Please sign in to comment.