You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On line 91 the condition should be oldPrice != _price so that when this evaluates to false, the error is fired
in the _validate() function we could enforce that price should be equal to msg.value so that we can avoid sending back tokens to the user if their msg.value was greater than the NFT price.
The text was updated successfully, but these errors were encountered:
In the contract, I noticed these vulnerabilities:
The text was updated successfully, but these errors were encountered: