WorkInProgress
This commit is contained in:
committed by
Aleksander Kryukov
parent
77efd53f0c
commit
85b65befd5
@ -39,7 +39,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.
|
||||
|
||||
Reference in New Issue
Block a user