Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dudesahn committed Jan 20, 2022
1 parent 7ecca9d commit 43db300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/StrategyCurveGeist.sol
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ contract StrategyCurveGeist is StrategyCurveBase {
_profit = assets.sub(debt);
uint256 _wantBal = balanceOfWant();
if (_profit.add(_debtPayment) > _wantBal) {
// this should only be hit following donations to strategy
// this should only be hit following donations to strategy followed by a withdrawal
liquidateAllPositions();
}
}
Expand Down

0 comments on commit 43db300

Please sign in to comment.