Rusty Russell
52af729641
plugins/offer and plugins/fetchinvoice: send and recv errors.
...
This also lets us extend our testing to cover error cases.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-12-23 14:24:39 +01:00
Rusty Russell
96caf9f4ab
fetchinvoice: return the next period for recurring offers.
...
This is useful for the caller to know when to call again.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-12-23 14:24:39 +01:00
Rusty Russell
69ddf818c7
plugins/fetchinvoice: catch invoice_request reply.
...
Using onionmessage hook, we get the response and either present it
to the user (invoice) or return the error to the user.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-12-23 14:24:39 +01:00
Rusty Russell
3eada358e9
plugins/fetchinvoice: plugin to send an invoice_request for a given offer
...
Doesn't catch the reply yet, but prepares the invoice request based on
the offer and sends it.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-12-23 14:24:39 +01:00