Explorar el Código

Fix comment on ERC777._beforeTokenTransfer (#3982)

Clayton Rabenda hace 2 años
padre
commit
2c69f9f9f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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:
      *