Commit 5b2de262 by Mick de Graaf Committed by Francisco Giordano

Made _burn internal instead of private (#1908)

parent 21d19dcc
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment