rust-lightning/lightning
shaavan a4bf936101 Add reply_path to BOLT12Invoices in Offers Flow
1. Introduced reply_path in BOLT12Invoices to address a gap in error handling.
   Previously, if a BOLT12Invoice sent in the offers flow generated an Invoice Error,
   the payer had no way to send this error back to the payee.
2. By adding a reply_path to the Invoice Message, the payer can now communicate
   any errors back to the payee, ensuring better error handling and communication
   within the offers flow.
2024-09-11 18:54:49 +05:30
..
src Add reply_path to BOLT12Invoices in Offers Flow 2024-09-11 18:54:49 +05:30
Cargo.toml Bump version numbers to 0.0.124-beta/invoice 0.32-beta 2024-08-20 00:29:12 +00:00