Skip to content

Commit

Permalink
fix: Fix doc in StableDebtToken
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Sep 30, 2021
1 parent 50b0fdf commit 9494299
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions contracts/protocol/tokenization/StableDebtToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,7 @@ contract StableDebtToken is IStableDebtToken, DebtTokenBase {
return (currentBalance == 0, vars.nextSupply, vars.currentAvgStableRate);
}

/**
* @dev Burns debt of `user`
* @param user The address of the user getting his debt burned
* @param amount The amount of debt tokens getting burned
**/
/// @inheritdoc IStableDebtToken
function burn(address user, uint256 amount)
external
override
Expand Down

0 comments on commit 9494299

Please sign in to comment.