Skip to content

Commit

Permalink
Hash string tokenURI (ethereum#5390)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub authored and nachomazzara committed Jan 13, 2023
1 parent fb6d254 commit 5eb8d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-4973.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ keccak256(abi.encodePacked(
keccak256("Agreement(address active,address passive,string tokenURI)"),
activeAddress,
passiveAddress,
tokenURI
keccak256(bytes(tokenURI))
))
))
```
Expand Down

0 comments on commit 5eb8d9c

Please sign in to comment.