Skip to content

Commit 845da0a

Browse files
committed
refactor: removed outdated disclaimer comment
1 parent e6aa067 commit 845da0a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

certora/DssVestMintable.spec

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ rule rxdLessOrEqualTot(method f) filtered { f -> !f.isFallback } {
7676
}
7777

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

certora/DssVestSuckable.spec

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ rule rxdLessOrEqualTot(method f) {
8989
}
9090

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

certora/DssVestTransferrable.spec

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ rule rxdLessOrEqualTot(method f) {
7575
}
7676

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

0 commit comments

Comments
 (0)