Skip to content

Commit 09a246d

Browse files
committed
refactor(DssVestMintable): remove filtered clause from rule
1 parent 59f4e27 commit 09a246d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

certora/DssVestMintable.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ invariant finGreaterOrEqualClf(uint256 _id) fin(_id) >= clf(_id);
5959
// init_state axiom rxd(_id) == 0;
6060
// }
6161

62-
rule rxdLessOrEqualTot(method f) filtered { f -> !f.isFallback } {
62+
rule rxdLessOrEqualTot(method f) {
6363
env e;
6464
uint256 _id;
6565

0 commit comments

Comments
 (0)