- Added extra comment on IStableDebtToken

This commit is contained in:
eboado 2020-11-26 10:51:43 +01:00
parent 3cbb122a2d
commit 997d29a009

View File

@ -68,6 +68,8 @@ interface IStableDebtToken {
/**
* @dev Burns debt of `user`
* - The resulting rate is the weighted average between the rate of the new debt
* and the rate of the previous debt
* @param user The address of the user getting his debt burned
* @param amount The amount of debt tokens getting burned
**/