Updated comment

This commit is contained in:
The3D 2020-11-26 14:57:52 +01:00
parent 56aca3e156
commit e16d33a4d7

View File

@ -291,7 +291,7 @@ contract StableDebtToken is IStableDebtToken, DebtTokenBase {
/**
* @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
**/
function _calcTotalSupply(uint256 avgRate) internal view virtual returns (uint256) {