pull/1754/head
Nicolás Venturo 6 years ago
parent 197bbfbfc6
commit b7c250b7cb
  1. 2
      contracts/token/ERC777/IERC777.sol

@ -58,7 +58,7 @@ interface IERC777 {
function burn(uint256 amount, bytes calldata data) external; function burn(uint256 amount, bytes calldata data) external;
/** /**
* @devs Returns true if an account is an operator of `tokenHolder`. * @dev Returns true if an account is an operator of `tokenHolder`.
* Operators can send and burn tokens on behalf of their owners. All * Operators can send and burn tokens on behalf of their owners. All
* accounts are their own operator. * accounts are their own operator.
* *

Loading…
Cancel
Save