Skip to content

Commit

Permalink
Fix codex
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly committed Dec 7, 2022
1 parent d8e4942 commit 6e5b490
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/tokens/ERC1155.sol
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,6 @@ abstract contract ERC1155TokenReceiver {

/**
* @dev Function to receive a batch of ERC1155 tokens.
* @param _operator The address which called the function.
* @param _from The address of the sender.
* @param _ids An array of the ids of the tokens being sent.
* @param _values An array of the values of the tokens being sent.
* @param _data Any extra data with the transaction.
* @return The function selector of the ERC1155TokenReceiver.onERC1155BatchReceived function.
*/
function onERC1155BatchReceived(
Expand Down

0 comments on commit 6e5b490

Please sign in to comment.