MostroP2P / mostro

Lightning Network peer-to-peer exchange platform on Nostr
https://mostro.network
MIT License
191 stars 32 forks source link

mostro sends the buyer the WaitingSellerToPay action also after sending AddInvoice #356

Closed Catrya closed 2 months ago

Catrya commented 2 months ago

The buyer created a purchase order, the seller took it and paid the invoice. The buyer should get WaitingSellerToPay first and then AddInvoice, not the other way around.

Captura desde 2024-09-16 12-19-40

Catrya commented 2 months ago

Well, I think what it's doing is reversing the messages, because when you cancel it, it changes the order of the messages.

image

image

Catrya commented 2 months ago

fixed with last merge in mostro and mostro-cli