Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo: remove unwanted comment
  • Loading branch information
vittominacori committed Jan 24, 2023
commit a27c873ba741b3410d6016ea070b00c72e85a2ea
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