opencodeiiita / SolMintNFT

A Solana blockchain based generative NFT marketplace.
MIT License
6 stars 21 forks source link

Update lib.rs #29

Closed anshgeez31 closed 1 year ago

anshgeez31 commented 1 year ago

Issue: 28

Short description of what this resolves:

Changes proposed in this pull request and/or Screenshots of changes:

-

-

opencode-bot commented 1 year ago

Hey @anshgeez31

Thanks for opening this PR :rocket:. Mentor will review your PR soon and till then, keep contributing and stay calm.

Thanks for contributing to OpenCode'22 ✨✨!

Srijan-crypto commented 1 year ago

@anshgeez31 last 2 attributes of mint_to and first 2 attributes of create_account are not correct . Please make corrections.

Srijan-crypto commented 1 year ago

@anshgeez31 in mint_to you have put amount parameter as 10 . But we will be minting only one NFT. Change it with 1 . Everything else seems fine.

anshgeez31 commented 1 year ago

@Srijan-crypto Done

Srijan-crypto commented 1 year ago

Nice work.

opencode-bot commented 1 year ago

Hey @anshgeez31

Your PR has been merged :partying_face::partying_face: and you have earned 20 points.

Thanks for contributing to OpenCode'22 ✨✨!