broken invoice listener on c-lightning and other fixes around wallets.
This commit is contained in:
parent
b3c69ad49c
commit
e74cf33f90
9 changed files with 105 additions and 51 deletions
|
|
@ -34,7 +34,7 @@ You will need to copy `.env.example` to `.env`, then set variables there.
|
|||

|
||||
|
||||
You might also need to install additional packages, depending on the [backend wallet](../guide/wallets.md) you use.
|
||||
E.g. when you want to use LND you have to `pipenv run pip install lnd-grpc`.
|
||||
E.g. when you want to use LND you have to `pipenv run pip install lndgrpc`.
|
||||
|
||||
Take a look at [Polar][polar] for an excellent way of spinning up a Lightning Network dev environment.
|
||||
|
||||
|
|
|
|||
|
|
@ -31,5 +31,5 @@ You might also need to install additional packages, depending on the chosen back
|
|||
E.g. when you want to use LND you have to run:
|
||||
|
||||
```sh
|
||||
./venv/bin/pip install lnd-grpc
|
||||
./venv/bin/pip install lndgrpc
|
||||
```
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ Using this wallet requires the installation of the `pylightning` Python package.
|
|||
|
||||
### LND (gRPC)
|
||||
|
||||
Using this wallet requires the installation of the `lnd-grpc` Python package.
|
||||
Using this wallet requires the installation of the `lndgrpc` Python package.
|
||||
|
||||
- `LNBITS_BACKEND_WALLET_CLASS`: **LndWallet**
|
||||
- `LND_GRPC_ENDPOINT`: ip_address
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue