Skip to content

Commit

Permalink
feat: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shriyatyagii committed Sep 11, 2023
1 parent ca8375b commit e15d7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/mainnet/connectors/crv_USD/main.sol
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ abstract contract CurveUSDResolver is Helpers, Events {
? controller.max_borrowable(res[0], res[3]) - res[2]
: debtAmt;

controller.borrow_more(_amt, _debtAmt);
controller.borrow_more(0, _debtAmt);

setUint(setId, _amt);
_eventName = "LogBorrowMore(address,uint256,uint256,uin256,uin256)";
Expand Down

0 comments on commit e15d7ff

Please sign in to comment.