MostroP2P / mostro

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

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

Closed Catrya closed 2 weeks ago

Catrya commented 2 weeks 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 weeks 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 weeks ago

fixed with last merge in mostro and mostro-cli