fix: switch from purerpc to grpcio for LND Wallet
purerpc is unmaintained and had some old dependencies.
This commit is contained in:
parent
54f4dfd838
commit
768aa05b11
5 changed files with 17710 additions and 49 deletions
|
|
@ -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 `lndgrpc` and `purerpc` Python packages.
|
||||
Using this wallet requires the installation of the `grpcio` Python packages.
|
||||
|
||||
- `LNBITS_BACKEND_WALLET_CLASS`: **LndWallet**
|
||||
- `LND_GRPC_ENDPOINT`: ip_address
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue