mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
- Fixed typo on IStableDebtToken
This commit is contained in:
parent
a27239129f
commit
3cbb122a2d
|
@ -34,10 +34,10 @@ interface IStableDebtToken {
|
||||||
/**
|
/**
|
||||||
* @dev Emitted when new stable debt is burned
|
* @dev Emitted when new stable debt is burned
|
||||||
* @param user The address of the user
|
* @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 currentBalance The current balance of the user
|
||||||
* @param balanceIncrease The the increase in balance since the last action 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
|
* @param newTotalSupply The new total supply of the stable debt token after the action
|
||||||
**/
|
**/
|
||||||
event Burn(
|
event Burn(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user