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 a4c20b6 commit 47a5717
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 352 deletions.
2 changes: 1 addition & 1 deletion contracts/ERC721A.sol
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,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
Loading

0 comments on commit 47a5717

Please sign in to comment.