hifi-finance / hifi-protocol

The Hifi fixed-rate, fixed-term lending protocol

Home Page:https://hifi.finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2nd typo spotted in the BalanceSheet contract

clemlak opened this issue · comments

In the BalanceSheet.sol contract, line 365, the comment of the depositCollateral function says:

  • @param collateralAmount The amount of collateral to withdraw.

It should be:

  • @param collateralAmount The amount of collateral to deposit.