-
Notifications
You must be signed in to change notification settings - Fork 15
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
Improve 'bought' Function to Stop Direct Payment to Seller #3
Labels
Comments
vishal18713
added a commit
to vishal18713/realty
that referenced
this issue
Mar 15, 2024
- [x] Added Memory keyword for string datatype - [x] Memory usage Optimization - [x] Made function payable and transferred nft after successful transfer of funds to the user - [x] remove unnecessary code and optimized the function for seller - [x] added visiblity keyword external for ERC721 interface - [x] Completed the deployment script of Contract.sol
This was referenced Mar 15, 2024
Ansh-Agrawal1817
added a commit
to Ansh-Agrawal1817/realty
that referenced
this issue
Mar 15, 2024
Ansh-Agrawal1817
added a commit
to Ansh-Agrawal1817/realty
that referenced
this issue
Mar 16, 2024
Dishant-garg
added a commit
to Dishant-garg/realty
that referenced
this issue
Mar 16, 2024
Dishant-garg
added a commit
to Dishant-garg/realty
that referenced
this issue
Mar 16, 2024
Ansh-Agrawal1817
added a commit
to Ansh-Agrawal1817/realty
that referenced
this issue
Mar 16, 2024
Dishant-garg
added a commit
to Dishant-garg/realty
that referenced
this issue
Mar 16, 2024
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Revise the bought function to prevent buyers from directly sending funds to the seller.
Correct the function to enable buyers to securely transfer funds to the user instead.
The text was updated successfully, but these errors were encountered: