Made _burn internal instead of private (#1908)
This commit is contained in:
committed by
Francisco Giordano
parent
21d19dccb5
commit
5b2de262fd
@ -377,7 +377,7 @@ contract ERC777 is Context, IERC777, IERC20 {
|
||||
bytes memory data,
|
||||
bytes memory operatorData
|
||||
)
|
||||
private
|
||||
internal
|
||||
{
|
||||
require(from != address(0), "ERC777: burn from the zero address");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user