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
When fetching an invoice in CLN via an offer through fetchinvoice and adding the option payer_note, then after the payment the text in payer_note is visible in the Phoenix wallet in the more detailed information under MESSAGE. However, the main page shows "No description".
When paying a fetched invoice in CLN via pay and adding the option decription, the text in description is not visible anywhere in the Phoenix wallet: not on the main page nor in the more detailed information.
Please add the payer_note or description text on the main page.
Phoenix version: 2.3.9 (android)
The text was updated successfully, but these errors were encountered:
and adding the option payer_note, then after the payment the text in payer_note is visible in the Phoenix wallet in the more detailed information under MESSAGE. However, the main page shows "No description".
That's intended, the main page only shows the payer_note if the payment comes from a contact. That's to avoid showing unwanted spams / advertising / spam.
To be more precise, when sending the payment, the contact must use the payer_key of his offer. AFAICT, that's something only Phoenix wallets lets you do, not CLN. Work is being done to specify this behaviour:
the text in description is not visible anywhere in the Phoenix wallet
There may be some confusion. The description of an invoice (Bolt11 or Bolt12) is set by the recipient when generating the invoice. If set, this description will be displayed by Phoenix.
But here you've set this description option from the sender's side. So it's likely just local information that CLN lets you attach to a payment for convenience, and which remains on your side.
When fetching an invoice in CLN via an offer through
fetchinvoice
and adding the optionpayer_note
, then after the payment the text inpayer_note
is visible in the Phoenix wallet in the more detailed information under MESSAGE. However, the main page shows "No description".When paying a fetched invoice in CLN via
pay
and adding the optiondecription
, the text indescription
is not visible anywhere in the Phoenix wallet: not on the main page nor in the more detailed information.Please add the
payer_note
ordescription
text on the main page.Phoenix version: 2.3.9 (android)
The text was updated successfully, but these errors were encountered: