Skip to content

Commit

Permalink
Update docs/3.tutorials/auction/3-nft.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez authored Sep 19, 2024
1 parent da22b15 commit c356345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.tutorials/auction/3-nft.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ When we create an auction we need to list the NFT. To specify which NFT is being

## Transferring the NFT to the winner

When the method `claim` is called the NFT needs to be transferred to the highest bidder. Operations regarding NFTs live on the NFT contract, so we make a cross-contract call to the NFT contract telling it to swap the owner of the NFT to the highest bidder. The method on the NFT contract to do this is `nft_transfer`.
When the method `claim` is called the NFT needs to be transferred to the highest bidder. Operations regarding NFTs live on the NFT contract, so we make a cross-contract call to the NFT contract telling it to swap the owner of the NFT to the highest bidder. The method on the NFT contract to do this is `nft_transfer`.

<Tabs groupId="code-tabs">

Expand Down

0 comments on commit c356345

Please sign in to comment.