add dependencies for corelightning and lndgrpc (#1003)
* add dependencies for corelightning and lndgrpc
* added wrong cln library, 🤦
This commit is contained in:
@@ -15,8 +15,6 @@ A backend wallet can be configured using the following LNbits environment variab
|
||||
|
||||
### CoreLightning
|
||||
|
||||
Using this wallet requires the installation of the `pylightning` Python package.
|
||||
|
||||
- `LNBITS_BACKEND_WALLET_CLASS`: **CoreLightningWallet**
|
||||
- `CORELIGHTNING_RPC`: /file/path/lightning-rpc
|
||||
|
||||
@@ -39,8 +37,6 @@ or
|
||||
|
||||
### LND (gRPC)
|
||||
|
||||
Using this wallet requires the installation of the `grpcio` and `protobuf` Python packages.
|
||||
|
||||
- `LNBITS_BACKEND_WALLET_CLASS`: **LndWallet**
|
||||
- `LND_GRPC_ENDPOINT`: ip_address
|
||||
- `LND_GRPC_PORT`: port
|
||||
|
||||
Reference in New Issue
Block a user