Yellow highlighting sign on ERC721 code snippet

:1234: Code to reproduce


:computer: Environment

Hi, please edit this question, seems like the code snippet is missing.

Hi, Sorry what do you mean?

I posted the code snippet in my initial enquiry?

When I click on edit I can see your question body is enclosed with the <!-- and --> this is to comment the section, please edit your question so the body is visible, this is what we see:

Hi, so you can’t see anything else?

I filled out the body of the enquiry.

How do I change it?

Sorry it’s first time using this forum..

Hi,

function mint(address to, uint256 tokenId, string memory tokenUri, string memory digest) public onlyRole(MINTER_ROLE) {

  • _mint(to, tokenId);*
  • _setTokenURI(tokenId, tokenUri);*
  • _digests[tokenId] = digest;*
  • }*

Here is the code snippet.

Can you take a look?

Hi, this code snippet is not enough to check it, since this function isnt part of the OpenZeppelin library of contracts I don't have enough context to check it out, do you have a link to the full contract to see?

Hi, sorry its been solved now thanks!