Fix comment on ERC777._beforeTokenTransfer (#3982)

pull/4078/head
Clayton Rabenda 2 years ago committed by GitHub
parent 3f3774c5df
commit 2c69f9f9f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contracts/token/ERC777/ERC777.sol

@ -498,7 +498,7 @@ contract ERC777 is Context, IERC777, IERC20 {
/**
* @dev Hook that is called before any token transfer. This includes
* calls to {send}, {transfer}, {operatorSend}, minting and burning.
* calls to {send}, {transfer}, {operatorSend}, {transferFrom}, minting and burning.
*
* Calling conditions:
*

Loading…
Cancel
Save