release-v2.3.0
Francisco Giordano 6 years ago
parent d95f5e2e50
commit c589256203
  1. 2
      contracts/token/ERC777/IERC777.sol

@ -59,7 +59,7 @@ interface IERC777 {
function send(address recipient, uint256 amount, bytes calldata data) external;
/**
* @dev Destoys `amount` tokens from the caller's account, reducing the
* @dev Destroys `amount` tokens from the caller's account, reducing the
* total supply.
*
* If a send hook is registered for the caller, the corresponding function

Loading…
Cancel
Save