Skip to content

Commit

Permalink
fix: Update IPool doc for backUnbacked
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Oct 13, 2021
1 parent 6ca57a1 commit 6ffc157
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/interfaces/IPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ interface IPool {

/**
* @dev Back the current unbacked underlying with `amount` and pay `fee`.
* If backing unnecessarily, excess `amount` will be added to `fee`.
* @param asset The address of the underlying asset to repay
* @param asset The address of the underlying asset to back
* @param amount The amount to back
* @param fee The amount paid in fees
**/
Expand Down

0 comments on commit 6ffc157

Please sign in to comment.