Skip to content

Commit

Permalink
Merge pull request #183 from teller-protocol/tests/lender-groups-liqu…
Browse files Browse the repository at this point in the history
…idations

Tests/lender groups liquidations
  • Loading branch information
ethereumdegen authored Oct 10, 2024
2 parents 53aa021 + 19081e1 commit 4f520eb
Show file tree
Hide file tree
Showing 4 changed files with 470 additions and 160 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,8 @@ contract LenderCommitmentGroup_Smart is
);

totalPrincipalTokensRepaid += amountDue;

//this will make tokenDifference go more negative
tokenDifferenceFromLiquidations -= int256(tokensToGiveToSender);


Expand Down
Loading

0 comments on commit 4f520eb

Please sign in to comment.