Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrishang committed Dec 10, 2022
1 parent 6e96ffc commit 4a7c7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/EditionStake.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ function onERC1155BatchReceived(address operator, address from, uint256[] ids, u
### onERC1155Received

```solidity
function onERC1155Received(address, address, uint256, uint256, bytes) external nonpayable returns (bytes4)
function onERC1155Received(address, address, uint256, uint256, bytes) external pure returns (bytes4)
```


Expand Down

0 comments on commit 4a7c7fa

Please sign in to comment.