Skip to content

Commit

Permalink
fix: Fix docs param in burnScaled
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Nov 2, 2022
1 parent 0e9927e commit 6b504d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ abstract contract ScaledBalanceTokenBase is MintableIncentivizedERC20, IScaledBa
* @dev In some instances, a burn transaction will emit a mint event
* if the amount to burn is less than the interest that the user accrued
* @param user The user which debt is burnt
* @param target The address that will receive the underlying, if any
* @param amount The amount getting burned
* @param index The variable debt index of the reserve
**/
Expand Down

0 comments on commit 6b504d4

Please sign in to comment.