Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Transactions Possible Even During Whitelist Mint #306

Closed
wflieller opened this issue Jun 1, 2022 · 1 comment · Fixed by #178
Closed

Multiple Transactions Possible Even During Whitelist Mint #306

wflieller opened this issue Jun 1, 2022 · 1 comment · Fixed by #178

Comments

@wflieller
Copy link

I recently deployed this dapp but I found a bug in which a user is able to mint multiple times even if the limit is set to 1 by refreshing or retrying the transaction before the original transaction has gone through successfully. This was also a whitelist mint and the user was still able to bypass the limit/claimed status.

I think it would be prudent to add a isUserClaiming/setIsUserClaiming function to the state of the dapp like you had done in your previous minting dapp config to prevent something like this from happening or at least disabling the button upon mint. A message that changes with this state like "Minting your NFT, please wait..." : "Congrats you successfully minted your NFT" would be a huge plus on the overall UX of the dapp as well.

Dapp Code Version: 2.3.0

@aetherwu
Copy link

aetherwu commented Jun 7, 2022

Agree.
The webpage of Mint Dapp does not response accordingly after the user confirm minting.

"Minting your NFT, please wait..." : "Congrats you successfully minted your NFT"

Would be great.
Is there any hit that how to modify it?

@liarco liarco linked a pull request Jun 7, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants