Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eth-contracts/contracts/ERC721Mintable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ contract ERC721Metadata is ERC721Enumerable, usingOraclize {
// - make the base token uri: https://s3-us-west-2.amazonaws.com/udacity-blockchain/capstone/
// 2) create a public mint() that does the following:
// -can only be executed by the contract owner
// -takes in a 'to' address, tokenId, and tokenURI as parameters
// -takes in a 'to' address and tokenId as parameters
// -returns a true boolean upon completion of the function
// -calls the superclass mint and setTokenURI functions

Expand Down