checkingInvariantsWithoutGhosts

This commit is contained in:
Aleksander Kryukov
2021-11-04 17:54:26 +02:00
parent bfa1dd3756
commit f08ee568b9
4 changed files with 25 additions and 10 deletions

View File

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