nascarsid / Boolien-Smart-Contracts

0 stars 1 forks source link

`buyItem` function reverts if seller transfers token before sale #8

Open mudgen opened 2 years ago

mudgen commented 2 years ago

A seller can add a token to the market for sale and then transfer the token to another address before it is sold. Buyers can then try to buy the item but the buyItem function will revert. But perhaps it is supposed to work this way?

akshaydevh commented 2 years ago

Yes, This is similar to issue #9