From d6e79f4366b3629efc94723ae377e448e4087a07 Mon Sep 17 00:00:00 2001 From: Michael M <91594326+MichaelMorami@users.noreply.github.com> Date: Thu, 4 Nov 2021 12:29:04 +0200 Subject: [PATCH] Harness private to public --- contracts/governance/Governor.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/governance/Governor.sol b/contracts/governance/Governor.sol index 1040f9e5b..c8c8e709c 100644 --- a/contracts/governance/Governor.sol +++ b/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.