Skip to content

Commit

Permalink
resolved comments on borrowerInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Harvey committed Dec 19, 2023
1 parent 93c4125 commit 685f2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PoolInfoUtils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ contract PoolInfoUtils {
* @return debt_ Current debt owed by borrower (`WAD`).
* @return collateral_ Pledged collateral, including encumbered (`WAD`).
* @return t0Np_ `Neutral price` (`WAD`).
* @return thresholdPrice_ Borrower's `Threshold Price` in t0 terms (`WAD`).
* @return thresholdPrice_ Borrower's `Threshold Price` (`WAD`).
*/
function borrowerInfo(address ajnaPool_, address borrower_)
external
Expand Down

0 comments on commit 685f2e1

Please sign in to comment.