Skip to content

Commit

Permalink
Revert "EIP-722: update implementation (ethereum#4485)"
Browse files Browse the repository at this point in the history
This reverts commit 2a91f04.
  • Loading branch information
alita-moore authored and PhABC committed Jan 25, 2022
1 parent e491439 commit b28b12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/eip-722/eip-722.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ contract ERC722 is IERC722 {
_latestTokenURIs[tokenId] = tokenURI;
}
function _isTokenOwner(address sender) internal view virtual returns (bool) {
function isTokenOwner(address sender) internal view virtual returns (bool) {
return _tokensOwner == sender_;
}
}
Expand Down

0 comments on commit b28b12f

Please sign in to comment.