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
{{ message }}
This repository has been archived by the owner on May 16, 2019. It is now read-only.
Currently, when a dispute resolution is accepted by calling release_funds, the other party is not notified. The following should happen:
the buyer and seller should both receive a notification over webSockets of type "payment_released" with the order id of the order
when get_purchases and get_sales are called, the order should return a status of 6. Currently if the buyer wins, the buyer gets a status of 6 on the transaction, but the seller gets a status of 5, and doesn't know the resolution has been accepted.
I'm inclined not to do this now. It would need yet another network message that needs to make it to the other party, and would likely end up in the DHT adding to the amount of data in there.
Currently, when a dispute resolution is accepted by calling release_funds, the other party is not notified. The following should happen:
Related client issue: OpenBazaar/OpenBazaar-Client#838
The text was updated successfully, but these errors were encountered: