mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Updated comment
This commit is contained in:
parent
56aca3e156
commit
e16d33a4d7
|
@ -291,7 +291,7 @@ contract StableDebtToken is IStableDebtToken, DebtTokenBase {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @dev Calculates the total supply
|
* @dev Calculates the total supply
|
||||||
* @param avgRate The average rate at which calculate the total supply
|
* @param avgRate The average rate at which the total supply increases
|
||||||
* @return The debt balance of the user since the last burn/mint action
|
* @return The debt balance of the user since the last burn/mint action
|
||||||
**/
|
**/
|
||||||
function _calcTotalSupply(uint256 avgRate) internal view virtual returns (uint256) {
|
function _calcTotalSupply(uint256 avgRate) internal view virtual returns (uint256) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user