Browse Source

slight changes in scripts + disableLocalTypeChecking

Michael M 4 years ago
parent
commit
6323c9a73d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      certora/scripts/Governor.sh
  2. 1 1
      certora/scripts/sanity.sh

+ 1 - 1
certora/scripts/Governor.sh

@@ -4,4 +4,4 @@ certoraRun certora/harnesses/GovernorHarness.sol \
     --staging \
     --msg $1 \
     --disableLocalTypeChecking \
-    --rule voteStartBeforeVoteEnd
+    --rule voteStartBeforeVoteEnd

+ 1 - 1
certora/scripts/sanity.sh

@@ -8,4 +8,4 @@ do
     --solc solc8.0 \
     --staging \
     --msg "sanity ${file}"
-done
+done