You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To enable proof of payment, we need to share the bolt12 invoice with the library user.
This is already possible if we `manually_handle_bolt12_invoices`, but
this approach requires a significant amount of work from the user.
This commit adds the bolt12 invoice to the PaymentSend event when
the payment is completed. This allows the user to always have the option to
perform proof of payment.
Link: #3344
Signed-off-by: Vincenzo Palazzo <[email protected]>
0 commit comments