Skip to content

Commit

Permalink
certora: update send only flag
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo committed Oct 18, 2023
1 parent ce0677c commit e06e345
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/authorizer/certora/conf/authorizer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"verify": "Authorizer:certora/specs/Authorizer.spec",
"loop_iter": "3",
"rule_sanity": "basic",
"send_only": true,
"wait_for_results": false,
"optimistic_hashing": true,
"prover_args": [
"-copyLoopUnroll 8",
Expand Down
2 changes: 1 addition & 1 deletion packages/relayer/certora/conf/relayer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"verify": "RelayerHarness:certora/specs/Relayer.spec",
"loop_iter": "3",
"rule_sanity": "basic",
"send_only": true,
"wait_for_results": false,
"optimistic_hashing": true,
"prover_args": [
"-copyLoopUnroll 8",
Expand Down
2 changes: 1 addition & 1 deletion packages/smart-vault/certora/conf/smart-vault.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"loop_iter": "4",
"rule_sanity": "basic",
"send_only": true,
"wait_for_results": false,
"optimistic_hashing": true,
"prover_args": [
"-copyLoopUnroll 8",
Expand Down

0 comments on commit e06e345

Please sign in to comment.