mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Fixes PVE013-4
This commit is contained in:
parent
5bd4fd0e13
commit
7a8ed507f4
|
@ -196,8 +196,7 @@ contract StableDebtToken is IStableDebtToken, DebtTokenBase {
|
||||||
/**
|
/**
|
||||||
* @dev Calculates the increase in balance since the last user interaction
|
* @dev Calculates the increase in balance since the last user interaction
|
||||||
* @param user The address of the user for which the interest is being accumulated
|
* @param user The address of the user for which the interest is being accumulated
|
||||||
* @return The previous principal balance, the new principal balance, the balance increase
|
* @return The previous principal balance, the new principal balance and the balance increase
|
||||||
* and the new user index
|
|
||||||
**/
|
**/
|
||||||
function _calculateBalanceIncrease(address user)
|
function _calculateBalanceIncrease(address user)
|
||||||
internal
|
internal
|
||||||
|
|
Loading…
Reference in New Issue
Block a user