Skip to content

Commit 4a7c7fa

Browse files
committed
docs update
1 parent 6e96ffc commit 4a7c7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/EditionStake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ function onERC1155BatchReceived(address operator, address from, uint256[] ids, u
462462
### onERC1155Received
463463

464464
```solidity
465-
function onERC1155Received(address, address, uint256, uint256, bytes) external nonpayable returns (bytes4)
465+
function onERC1155Received(address, address, uint256, uint256, bytes) external pure returns (bytes4)
466466
```
467467

468468

0 commit comments

Comments
 (0)