PatrickAlphaC / hardhat-nft-fcc

100 stars 139 forks source link

Update BasicNft.sol #73

Closed marutint10 closed 1 year ago

marutint10 commented 1 year ago

It was showing some problem due to function parameter and by removing the parameter and by making the function mutability to pure it is compiling successfully.

PatrickAlphaC commented 1 year ago

Thanks for the PR!

We could do this, but then it wouldn't fit with the ERC721 standard, which needs to have an address as an input parameter.

You're right though, normally this would be better!