Hi guys. I am implementing nft marketplace, when I call transferFrom method from MarketPlace contract msg.sender is address of current contract instead of actual creator of nft. So I am getting an error, how can I fix this? (NOT ACTUAL)
Oct 6, 2022, 10:05 AM
This is because the current contract is seen as the msg.sender
Oct 6, 2022, 10:09 AM
yeap
can not realize how to fix this
Oct 6, 2022, 10:09 AM
the user must approve the contract
Oct 6, 2022, 10:28 AM
yes did that, thank you
Oct 6, 2022, 10:29 AM
and you still get error?
Oct 6, 2022, 10:29 AM
no
Oct 6, 2022, 10:29 AM
nice
Oct 6, 2022, 10:29 AM