Hadrien Croubois 2 năm trước cách đây
mục cha
commit
0874adbd1f
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      certora/specs/helpers.spec
  2. 1 1
      certora/specs/methods/IGovernor.spec

+ 1 - 1
certora/specs/helpers.spec

@@ -1,3 +1,3 @@
 definition nonpayable(env e) returns bool = e.msg.value == 0;
 
-definition max_uint48() returns uint48 = 0xffffffffffff;
+definition max_uint48() returns uint48 = 0xffffffffffff;

+ 1 - 1
certora/specs/methods/IGovernor.spec

@@ -50,4 +50,4 @@ methods {
     getAgainstVotes(uint256)            returns uint256 envfree
     getForVotes(uint256)                returns uint256 envfree
     getAbstainVotes(uint256)            returns uint256 envfree
-}
+}