TimelockController wating for hash fix

This commit is contained in:
Aleksander Kryukov
2022-03-11 00:29:03 +00:00
parent 1900c86c99
commit 7caa9bbb2c
5 changed files with 336 additions and 37 deletions

View File

@ -0,0 +1,10 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.5.0) (access/AccessControl.sol)
pragma solidity ^0.8.0;
import "../munged/access/AccessControl.sol";
contract AccessControlHarness is AccessControl {
}