Browse Source

Harness private to public

Michael M 4 years ago
parent
commit
547e7a8308
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/governance/Governor.sol

+ 1 - 1
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.
      * @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.
      * @dev Is the proposal successful or not.