Jelajahi Sumber

Harness private to public

Michael M 4 tahun lalu
induk
melakukan
c00d951e06
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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.
      */
-    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.