Skip to content

Commit 5b2de26

Browse files
MickdeGraaffrangio
authored andcommitted
Made _burn internal instead of private (#1908)
1 parent 21d19dc commit 5b2de26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/token/ERC777/ERC777.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ contract ERC777 is Context, IERC777, IERC20 {
377377
bytes memory data,
378378
bytes memory operatorData
379379
)
380-
private
380+
internal
381381
{
382382
require(from != address(0), "ERC777: burn from the zero address");
383383

0 commit comments

Comments
 (0)