- Fixed typo on IStableDebtToken

This commit is contained in:
eboado 2020-11-26 10:38:50 +01:00
parent a27239129f
commit 3cbb122a2d

View File

@ -34,10 +34,10 @@ interface IStableDebtToken {
/**
* @dev Emitted when new stable debt is burned
* @param user The address of the user
* @param amount The amount minted
* @param amount The amount being burned
* @param currentBalance The current balance of the user
* @param balanceIncrease The the increase in balance since the last action of the user
* @param avgStableRate The new average stable rate after the minting
* @param avgStableRate The new average stable rate after the burning
* @param newTotalSupply The new total supply of the stable debt token after the action
**/
event Burn(