diff --git a/contracts/governance/Governor.sol b/contracts/governance/Governor.sol index 82675bf69..16283c728 100644 --- a/contracts/governance/Governor.sol +++ b/contracts/governance/Governor.sol @@ -154,7 +154,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.