Skip to content

Commit

Permalink
updating invariant to match variable name update
Browse files Browse the repository at this point in the history
  • Loading branch information
hristo-grigorov committed Sep 12, 2024
1 parent 1b3b4f6 commit 6d28aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certora/specs/SafeToL2Setup.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using SafeMock as SafeMock;
// _SELF is always the current contract
// if the "rule_sanity": "basic" flag is enabled this rule would fail sanity check
invariant _SELFisAlwaysCurrentContract()
SafeToL2Setup._SELF == SafeToL2Setup;
SafeToL2Setup.SELF == SafeToL2Setup;


// all the non-view functions will revert when called directly (only delegateCall is allowed)
Expand Down

0 comments on commit 6d28aec

Please sign in to comment.