mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-14 12:42:57 +02:00
When a BOLT 12 invoice is created via createinvoice and is associated with a local offer, include the offer_id in the invoice_creation event notification. This allows plugins to determine which offer triggered an invoice creation without having to call listinvoices for every created invoice. For bolt11 invoices and bolt12 invoices not associated with a local offer, the field is omitted. Fixes #8191 Changelog-Added: The `invoice_creation` notification now includes `offer_id` when the invoice is associated with a BOLT 12 offer. |
||
|---|---|---|
| .. | ||
| app-development | ||
| plugin-development | ||
| api-reference.md | ||
| app-development.md | ||
| deprecated-features.md | ||
| developers-guide.md | ||
| plugin-development.md | ||
| tracing-cln-performance.md | ||
| tutorials.md | ||