Mega-merge 3: CLN update client lib with descriptionhash support (WIP) (#792)

* CoreLightningWallet
This commit is contained in:
calle 2022-08-01 16:41:50 +02:00 committed by GitHub
parent f1ec7e33f0
commit 9c19b61e4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 63 additions and 48 deletions

View file

@ -17,7 +17,7 @@ COPY requirements.txt /tmp/requirements.txt
RUN pip install -r /tmp/requirements.txt
# Install c-lightning specific deps
RUN pip install pylightning
RUN pip install pyln-client
# Install LND specific deps
RUN pip install lndgrpc