callebtc

Results 179 issues of callebtc

![telegram-cloud-document-5-6337015011621209568](https://user-images.githubusercontent.com/93376500/185392991-223ad9ac-29bc-4a8d-b93b-ae2fa7f774f0.jpg)

wallets

For CLN only: Incoming invoices that haven't been paid return "Failed" (status `False`) while they should return "In-flight" (status `None`). Failed should be used for invoices that do not exist...

bug
wallets

Usermanager API sidebar shows invoice API keys for most operations but it should be the admin key.

bug
extension

Set config in `.env`: ``` LNBITS_BACKEND_WALLET_CLASS=BreezSdkWallet BREEZ_GREENLIGHT_SEED = "..." BREEZ_API_KEY = "..." BREEZ_GREENLIGHT_INVITE_CODE = "..." ```

wallets

This PR catches the errors in `lndrest.py` that can happen when for example the LND certificate has expired. This can lead to stuck payments.