shesek / spark-wallet

⚡️ A minimalistic wallet GUI for c-lightning, accessible over the web or through mobile and desktop apps.
MIT License
341 stars 75 forks source link

Payment Stream does not return invoices from offers #181

Open joe-chimienti opened 3 years ago

joe-chimienti commented 3 years ago

Issue:

The payment stream does not return paid invoices from offers.

shesek commented 2 years ago

You mean incoming or outgoing payments?

I've been experimenting with offers lately and incoming payments paid via offers should be showing up in the stream properly. But the payment stream doesn't include outgoing payments (at all), so you won't see payments initiated via send_invoice offers.

There's also a branch with (partial) support for creating/fulfilling offers that you can play with. Feedback would be appreciated :)

(The branch should not be required for the payments to show up in the payment stream though, that should work with the latest v0.2.17/master.)