mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-04 01:14:21 +01:00
add CoreLightningRestWallet (#362)
* add CoreLightningRestWallet * add macaroon loader * add correct config
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user