callebtc
callebtc
Checking the status of an uncheckable (== `internal_` or `temp_`) payment will result in an error. This change will avoid calling the payment source payment check and just return returns...
Instead of assuming that the user wants to create an invoice if they use an invoice key, we now check whether invoice creation was actually intended (or they just used...
Needs to be changed to legend.lnbits.com
Webhooks should have `pending=False` since it is fired after an invoice is paid.
Some outgoing payments (observed with LndRestWallet) get stuck (due to "no route" error from the backend?) but the temp_ netries are not deleted from the database. These entries will stay...
A payment that is being interrupted (for example when lnbits quits while a payment is being processed by the backend) will leave an entry `temp_` in the database that will...
Hi and thank you for building this human-friendly software. We're developing against Eclair and I would appreciate if the `payinvoice` endpoint would return `feesPaid`. Right now, we need to call...
Adds backend for new [ln.tips](ln.tips) API for LightningTipBot. Enter `/api` to see your API keys.
JS should be able to check whether the browser supports NFC or not before the users presses the button. Applies to tpos, lnurlp, lnurlw extensions. Does this make sense @leesalminen?