Update IERC777.sol (#2184)

pull/2191/head
Nicolás Venturo 5 years ago committed by GitHub
parent 281bcb747e
commit d2ab599bd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contracts/token/ERC777/IERC777.sol

@ -96,7 +96,7 @@ interface IERC777 {
function authorizeOperator(address operator) external;
/**
* @dev Make an account an operator of the caller.
* @dev Revoke an account's operator status for the caller.
*
* See {isOperatorFor} and {defaultOperators}.
*

Loading…
Cancel
Save