Harness private to public

pull/2997/head
Michael M 3 years ago
parent 6876df00ae
commit c00d951e06
  1. 2
      contracts/governance/Governor.sol

@ -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.

Loading…
Cancel
Save