Skip to content

Commit

Permalink
typo: remove unwanted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Jan 24, 2023
1 parent d609e10 commit a27c873
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/interfaces/IERC1363.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import "./IERC165.sol";
*
* Defines a interface for ERC20 tokens that supports executing recipient
* code after `transfer` or `transferFrom`, or spender code after `approve`.
* Contracts that want to accept ERC1363 must implement the {}
*/
interface IERC1363 is IERC165, IERC20 {
/*
Expand Down

0 comments on commit a27c873

Please sign in to comment.