Skip to content

Commit

Permalink
refactor: removed outdated disclaimer comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amusingaxl committed Oct 22, 2024
1 parent e6aa067 commit 845da0a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion certora/DssVestMintable.spec
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ rule rxdLessOrEqualTot(method f) filtered { f -> !f.isFallback } {
}

// Verify fallback always reverts
// Important as we are filtering it out from invariants and some rules
rule fallback_revert(method f) {
env e;

Expand Down
1 change: 0 additions & 1 deletion certora/DssVestSuckable.spec
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ rule rxdLessOrEqualTot(method f) {
}

// Verify fallback always reverts
// Important as we are filtering it out from invariants and some rules
rule fallback_revert(method f) {
env e;

Expand Down
1 change: 0 additions & 1 deletion certora/DssVestTransferrable.spec
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ rule rxdLessOrEqualTot(method f) {
}

// Verify fallback always reverts
// Important as we are filtering it out from invariants and some rules
rule fallback_revert(method f) {
env e;

Expand Down

0 comments on commit 845da0a

Please sign in to comment.