chiru-labs / ERC721A

https://ERC721A.org
MIT License
2.51k stars 843 forks source link

Update minor comment in ERC721A.sol #400

Closed KamaDeFi closed 2 years ago

KamaDeFi commented 2 years ago

Fix comment in _getApprovedSlotAndAddress that describes the assembly code.

It is equivalent to approvedAddress = _tokenApprovals[tokenId].value and not approvedAddress = _tokenApprovals[tokenId]

Vectorized commented 2 years ago

Nice catch! Thanks!