fix harness

This commit is contained in:
Hadrien Croubois
2023-05-03 12:31:07 +02:00
parent 8339187625
commit 0daafdb01e

View File

@ -51,10 +51,6 @@ contract GovernorPreventLateHarness is
return _executor();
}
function proposalProposer(uint256 proposalId) public view returns (address) {
return _proposalProposer(proposalId);
}
function quorumReached(uint256 proposalId) public view returns (bool) {
return _quorumReached(proposalId);
}