Browse Source

moving updateQuorumNumerator to GovernorBase

Michael M 3 years ago
parent
commit
9f2a672240
1 changed files with 0 additions and 1 deletions
  1. 0 1
      certora/specs/GovernorCountingSimple.spec

+ 0 - 1
certora/specs/GovernorCountingSimple.spec

@@ -12,7 +12,6 @@ methods {
     proposalVotes(uint256) returns (uint256, uint256, uint256) envfree
 
     quorumNumerator() returns uint256
-    updateQuorumNumerator(uint256)
     _executor() returns address
 
     erc20votes._getPastVotes(address, uint256) returns uint256 envfree