Skip to content

Commit

Permalink
Update contracts/token/ERC20/extensions/ERC1363.sol
Browse files Browse the repository at this point in the history
Co-authored-by: cairo <101215230+cairoeth@users.noreply.github.com>
  • Loading branch information
ernestognw and cairoeth committed Jun 4, 2024
1 parent 0a2dc05 commit 42d99bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/ERC20/extensions/ERC1363.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ abstract contract ERC1363 is ERC20, ERC165, IERC1363 {

/**
* @dev Indicates a failure within the {transfer} part of a transferAndCall operation.
* @param receiver The address to which tokens are being transferred.
* @param receiver Address to which tokens are being transferred.
* @param value The amount of tokens to be transferred.
*/
error ERC1363TransferFailed(address receiver, uint256 value);
Expand Down

0 comments on commit 42d99bf

Please sign in to comment.