orbland / contracts

🔮 Orb and related contracts. Auction + Harberger taxed ownership + invocations.
https://orb.land
MIT License
22 stars 5 forks source link

fix: timestamp edge case #61

Closed odyslam closed 1 year ago

odyslam commented 1 year ago

If the owner responds at timestamp A, a new user can buy the orb and flag that response (to the question of the previous user) as long as they do it in the same block as when the respond is issued.

The change adds a small limitation, which is that a user can't flag a response in the same block that it's issued, but it's ok.