Skip to content

Commit

Permalink
Use hex value
Browse files Browse the repository at this point in the history
  • Loading branch information
cygaar committed Jun 14, 2022
1 parent 1821eeb commit e4112a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/ERC721A.sol
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ contract ERC721A is IERC721A {
assembly {
mstore(0x00, tokenId)
mstore(0x20, tokenApprovalPtr.slot)
let hash := keccak256(0, 64)
let hash := keccak256(0, 0x40)
sstore(hash, 0)
}
}
Expand Down

0 comments on commit e4112a4

Please sign in to comment.