Skip to content

Commit

Permalink
Update NFTSwap.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
AmazingAng committed Jul 25, 2022
1 parent 1f9357c commit bb0a188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 38_NFTSwap/NFTSwap.sol
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ contract NFTSwap is IERC721Receiver{
delete nftList[_nftAddr][_tokenId]; // 删除order

// 释放Purchase事件
emit List(msg.sender, _nftAddr, _tokenId, msg.value);
emit Purchase(msg.sender, _nftAddr, _tokenId, msg.value);
}

// 撤单: 卖家取消挂单
Expand Down

0 comments on commit bb0a188

Please sign in to comment.