소스 검색

Deleted unused method from GovPreventLateQuorum

teryanarmen 3 년 전
부모
커밋
ca034ab3df
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      certora/specs/GovernorPreventLateQuorum.spec

+ 0 - 2
certora/specs/GovernorPreventLateQuorum.spec

@@ -25,8 +25,6 @@ methods {
     hashOperationBatch(address[], uint256[], bytes[], bytes32, bytes32) => DISPATCHER(true)
     executeBatch(address[], uint256[], bytes[], bytes32, bytes32) => CONSTANT
     scheduleBatch(address[], uint256[], bytes[], bytes32, bytes32, uint256) => CONSTANT
-    // checkpoint length ERC721
-    numCheckpoints(address) returns uint32
 }