Skip to content

Commit

Permalink
fix filtered blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
teryanarmen committed Jun 23, 2023
1 parent 7913fc7 commit 7c86420
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions certora/specs/Safe.spec
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ invariant noOwnerDeadEnds(address dead, address lost)

invariant noSelfPoint(address self)
self != 1 && self != 0 => getOwner(self) != self
filtered { f -> noHavoc(f) && reachableOnly(f) }
{
preserved {
requireInvariant noOwnerDeadEnds(getOwner(1), 1);
Expand Down

0 comments on commit 7c86420

Please sign in to comment.