add CoreLightningRestWallet (#362)

* add CoreLightningRestWallet

* add macaroon loader

* add correct config
This commit is contained in:
callebtc
2023-11-16 09:50:34 -03:00
committed by GitHub
parent 45d3059c2d
commit 84453f5dbe
9 changed files with 382 additions and 42 deletions

View File

@@ -27,7 +27,8 @@ jobs:
matrix:
python-version: ["3.10"]
poetry-version: ["1.5.1"]
backend-wallet-class: ["LndRestWallet", "LNbitsWallet"]
backend-wallet-class:
["LndRestWallet", "CoreLightningRestWallet", "LNbitsWallet"]
with:
python-version: ${{ matrix.python-version }}
backend-wallet-class: ${{ matrix.backend-wallet-class }}