Browse Source

Harness private to public

Michael M 4 năm trước cách đây
mục cha
commit
c00d951e06
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      contracts/governance/Governor.sol

+ 1 - 1
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.
      * @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.