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
I used CoreLightning 24.08 to create an invoice with a description.
When I pay this invoice using CoreLightning 24.11 and then fetch all payments with grpc using listpays & listsendpays, the optional description field of the returned response for the payment is empty and HasDescription is false.
The bolt11 field contains the bolt11 which also includes the description, but it has to be extracted manually which is not good.
The text was updated successfully, but these errors were encountered:
Issue and Steps to Reproduce
I used CoreLightning 24.08 to create an invoice with a description.
When I pay this invoice using CoreLightning 24.11 and then fetch all payments with grpc using listpays & listsendpays, the optional description field of the returned response for the payment is empty and HasDescription is false.
The bolt11 field contains the bolt11 which also includes the description, but it has to be extracted manually which is not good.
The text was updated successfully, but these errors were encountered: