Harness private to public

This commit is contained in:
Michael M
2021-11-04 12:29:04 +02:00
parent c00d951e06
commit d6e79f4366

View File

@ -146,7 +146,7 @@ abstract contract Governor is Context, ERC165, EIP712, IGovernor {
/**
* @dev Amount of votes already cast passes the threshold limit.
*/
function _quorumReached(uint256 proposalId) public view virtual returns (bool); // HARNESS: changed to public
function _quorumReached(uint256 proposalId) public view virtual returns (bool); // HARNESS: changed to public
/**
* @dev Is the proposal successful or not.