Open reneaaron opened 2 years ago
Incoming and outgoing transaction lists don't show the amount that was actually paid for a 0 amount invoice
related #1070
This is also an issue now for paying to Phoenix, if you don't edit the amount on the Phoenix side
Is your feature request related to a problem? Please describe. Currently invoiceless payments are not supported by Alby. A user reported he tried to donate to a BOLT-11 invoice generated on https://jb55.com/.
Decoding the invoice on lightningdecoder.com drew my attention to the amount field which is set to
null
:Currently there are 2 problems:
1) Clicking on a link
lightning:lnbc10...
does trigger the Alby popup but there is an ampty screen (an exception happened in the background)2) Paying an invoice without a specified amount manually does not work as the amount is set to
0
and cannot be changed by the user:Additional context The invoices can be paid by other wallets such as Phoenix. However, you'll see a warning that this is somewhat not safe and funds could be stolen in transit.
Are you working on this? No