pull/2724/head
Hadrien Croubois 4 years ago committed by GitHub
parent 788d338c9b
commit f710bafae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      contracts/token/ERC20/ERC20.sol

@ -203,9 +203,9 @@ contract ERC20 is Context, IERC20, IERC20Metadata {
}
/**
* @dev Moves tokens `amount` from `sender` to `recipient`.
* @dev Moves `amount` of tokens from `sender` to `recipient`.
*
* This is internal function is equivalent to {transfer}, and can be used to
* This internal function is equivalent to {transfer}, and can be used to
* e.g. implement automatic token fees, slashing mechanisms, etc.
*
* Emits a {Transfer} event.

Loading…
Cancel
Save