Skip to content

Commit

Permalink
generic comment for mint/burn
Browse files Browse the repository at this point in the history
  • Loading branch information
toninorair committed Dec 8, 2023
1 parent 9c589ab commit de7aabd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/IMToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ interface IMToken is IContinuousIndexing, IERC20Permit {
\******************************************************************************************************************/

/**
* @notice Mints M Token by protocol.
* @notice Mints tokens.
* @param account The address of account to mint to.
* @param amount The amount of M Token to mint.
*/
function mint(address account, uint256 amount) external;

/**
* @notice Burns M Token by protocol.
* @notice Burns tokens.
* @param account The address of account to burn from.
* @param amount The amount of M Token to burn.
*/
Expand Down

0 comments on commit de7aabd

Please sign in to comment.