Skip to content

Commit

Permalink
Update ERC-7303: Update erc-7303.md
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
kofujimura authored Aug 10, 2024
1 parent d78b312 commit 5c95af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-7303.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ contract MyToken is ERC721, ERC7303 {
_grantRoleByERC1155(BURNER_ROLE, 0x..., ...);
}
function safeMint(address to, uint256 tokenId, string memory uri)
function safeMint(address to, uint256 tokenId)
public onlyHasToken(MINTER_ROLE, msg.sender)
{
_safeMint(to, tokenId);
Expand Down

0 comments on commit 5c95af4

Please sign in to comment.