Fix comment on ERC777._beforeTokenTransfer (#3982)

This commit is contained in:
Clayton Rabenda
2023-02-25 05:31:54 +08:00
committed by GitHub
parent 3f3774c5df
commit 2c69f9f9f5

View File

@ -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:
*