You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vikiival Users should withdraw their expired offer because they have the offered amount locked until they do so. And we don't want to spam the chain with useless offers.
Ad topup - We could make an improvement for the user to be able to change actually offered amount. If you think that is necessary, please add updateOffer to spec with detailed behaviour
Description
I currently have a couple of offers on my NFT which are already expired
When I want to update a bid with a new price and longer expiration date it will throw
AlreadyOffered
Actual status
as described in the previous section
Expected status
I have expected that if the expiration time is already gone you can replace your offer.
Same with the case when somebody wants to top up their offer.
Alternative
is to do it as a batch on the frontend as a batchAll tx
[marketplace.withdrawOffer, marketplace.makeOffer]
The text was updated successfully, but these errors were encountered: