Ver código fonte

Fix comment on ERC777._beforeTokenTransfer (#3982)

Clayton Rabenda 2 anos atrás
pai
commit
2c69f9f9f5
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      contracts/token/ERC777/ERC777.sol

+ 1 - 1
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:
      *