Skip to content

Commit

Permalink
refactor(DssVestMintable): remove filtered clause from rule
Browse files Browse the repository at this point in the history
  • Loading branch information
amusingaxl committed Oct 23, 2024
1 parent 59f4e27 commit 09a246d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certora/DssVestMintable.spec
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ invariant finGreaterOrEqualClf(uint256 _id) fin(_id) >= clf(_id);
// init_state axiom rxd(_id) == 0;
// }

rule rxdLessOrEqualTot(method f) filtered { f -> !f.isFallback } {
rule rxdLessOrEqualTot(method f) {
env e;
uint256 _id;

Expand Down

0 comments on commit 09a246d

Please sign in to comment.