Skip to content

Commit 058491e

Browse files
committed
Docker: Update c-lightning to v0.7.1
1 parent 37af973 commit 058491e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN mkdir /opt/local && apt-get update && apt-get install -y --no-install-recomm
88

99
ARG TESTRUNNER
1010

11-
ENV LIGHTNINGD_VERSION=v0.7.0
11+
ENV LIGHTNINGD_VERSION=v0.7.1
1212
ENV LIGHTNINGD_PGP_KEY=15EE8D6CAB0E7F0CF999BFCBD9200E6CD1ADB8F1
1313

1414
RUN [ -n "$STANDALONE" ] || \

test/prelude.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ sed $sedq "/Listening on 'lightning-rpc'/ q" <(tail -F -n+0 $LN_ALICE_PATH/debug
7777
sed $sedq "/Listening on 'lightning-rpc'/ q" <(tail -F -n+0 $LN_BOB_PATH/debug.log 2> /dev/null)
7878

7979
echo - Funding lightning wallet... > $dbgout
80-
btc sendtoaddress $(lnb newaddr | jq -r .address) 1 > $dbgout
80+
btc sendtoaddress $(lnb newaddr | jq -r .bech32) 1 > $dbgout
8181
btc generatetoaddress 1 $addr > /dev/null
8282
sed $sedq '/Owning output [0-9]/ q' <(tail -F -n+0 $LN_BOB_PATH/debug.log)
8383

0 commit comments

Comments
 (0)