Skip to content

Commit

Permalink
Update 07-erc721-7.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mollymoll13 authored May 8, 2018
1 parent 298934d commit 330213c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion th/5/07-erc721-7.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,4 +339,4 @@ material:

3. body ของฟังก์ชั่น ตั้งค่า `zombieApprovals` สำหรับ `_tokenId` ให้เท่ากับ address `_to`

4. สุดท้ายแล้วให้เราเพิ่ม `Approval` event ซึ่งอยู่ในสเปคของ ERC721 spec ไปยังบรรทัดสุดท้ายของฟังก์ชั่น ให้ไปดู `erc721.sol` สำหรับ argument ต่าง ๆ ที่ต้องใช้ และอย่าลืมเพิ่ม `msg.sender` ในฐานะ `_owner`ด้วย
4. สุดท้ายแล้วให้เราเพิ่ม `Approval` event ซึ่งอยู่ในสเปคของ ERC721 spec ไปยังบรรทัดสุดท้ายของฟังก์ชั่น ให้ไปดู `erc721.sol` สำหรับ argument ต่างๆ ที่ต้องใช้ และอย่าลืมเพิ่ม `msg.sender` ในฐานะ `_owner`ด้วย

0 comments on commit 330213c

Please sign in to comment.