Skip to content

Commit

Permalink
Remove unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbreak1211 committed Nov 17, 2023
1 parent 1c4538b commit 51e9f60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions certora/funnels/automation/StableSwapper.spec
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ rule kiss_revert(address usr) {
bool revert1 = e.msg.value > 0;
bool revert2 = wardsSender != 1;

assert revert1 => lastReverted, "revert1 failed";
assert revert2 => lastReverted, "revert2 failed";
assert lastReverted <=> revert1 || revert2, "Revert rules failed";
}

Expand Down
1 change: 0 additions & 1 deletion certora/funnels/automation/VaultMinter.spec
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ rule wipe() {
mathint numBefore; mathint lot;
numBefore, a, b, lot = config();

mathint wipeAmountBefore = wipeAmount;
mathint wipeCounterBefore = wipeCounter;

wipe(e);
Expand Down

0 comments on commit 51e9f60

Please sign in to comment.