Skip to content

Commit

Permalink
Merge branch 'develop' into DEV-9456
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 authored Jan 9, 2024
2 parents 9948d55 + 49a445f commit b6be00c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,6 @@ abstract contract LSP8IdentifiableDigitalAssetCore is
address operator,
bytes32 tokenId
) public view virtual override returns (bool) {
_existsOrError(tokenId);

return _isOperatorOrOwner(operator, tokenId);
}

Expand Down

0 comments on commit b6be00c

Please sign in to comment.