From 6b504d4bced83e1ac64ab552d082387de042e5af Mon Sep 17 00:00:00 2001 From: miguelmtzinf Date: Wed, 2 Nov 2022 16:46:28 +0100 Subject: [PATCH] fix: Fix docs param in burnScaled --- contracts/protocol/tokenization/base/ScaledBalanceTokenBase.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/protocol/tokenization/base/ScaledBalanceTokenBase.sol b/contracts/protocol/tokenization/base/ScaledBalanceTokenBase.sol index 1b0cc690a..119ee2a31 100644 --- a/contracts/protocol/tokenization/base/ScaledBalanceTokenBase.sol +++ b/contracts/protocol/tokenization/base/ScaledBalanceTokenBase.sol @@ -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 **/