WorkInProgress

This commit is contained in:
Aleksander Kryukov
2021-11-07 17:55:03 +02:00
parent f08ee568b9
commit b133fee376
2 changed files with 36 additions and 16 deletions

View File

@ -38,7 +38,7 @@ abstract contract Governor is Context, ERC165, EIP712, IGovernor {
string private _name;
mapping(uint256 => ProposalCore) public _proposals;
/**
* @dev Restrict access to governor executing address. Some module might override the _executor function to make
* sure this modifier is consistant with the execution model.