Skip to content

Commit

Permalink
fix: ERC721 example (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vojtch159 authored Mar 19, 2024
1 parent b87bb29 commit 07afeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/erc721.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ mod MyNFT {
let token_id = 1;
self.erc721.initializer(name, symbol, base_uri);
self._mint(recipient, token_id);
self.erc721._mint(recipient, token_id);
}
}
----
Expand Down

0 comments on commit 07afeae

Please sign in to comment.