Move certora helpers to a dedicated folder (#4211)

This commit is contained in:
Hadrien Croubois
2023-05-03 16:34:14 +02:00
committed by GitHub
parent 10022da83d
commit a7ee03565b
14 changed files with 33 additions and 33 deletions

View File

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