MoonSHRD / UniversalNFTMarketplace

Universal NFT Marketplace
Other
9 stars 0 forks source link

Test withdrawBuyOffer #97

Closed JackBekket closed 2 years ago

JackBekket commented 2 years ago

We need to test withdrawBuyOffer in two cases

Right now there is a timelock, preventing withdraw offer by 24 hours

We need to make sure, that:

  1. There are no possible to withdrawOffer earlier than 24 hours (as it now)
  2. Make sure, that withdrawOffer still work as intended

For second case I would recomend to:

  1. comment out timelock
  2. check function work as intended
  3. uncomment out timelock again