File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN mkdir /opt/local && apt-get update && apt-get install -y --no-install-recomm
88
99ARG TESTRUNNER
1010
11- ENV LIGHTNINGD_VERSION=v0.7.0
11+ ENV LIGHTNINGD_VERSION=v0.7.1
1212ENV LIGHTNINGD_PGP_KEY=15EE8D6CAB0E7F0CF999BFCBD9200E6CD1ADB8F1
1313
1414RUN [ -n "$STANDALONE" ] || \
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ sed $sedq "/Listening on 'lightning-rpc'/ q" <(tail -F -n+0 $LN_ALICE_PATH/debug
7777sed $sedq " /Listening on 'lightning-rpc'/ q" <( tail -F -n+0 $LN_BOB_PATH /debug.log 2> /dev/null)
7878
7979echo - Funding lightning wallet... > $dbgout
80- btc sendtoaddress $( lnb newaddr | jq -r .address ) 1 > $dbgout
80+ btc sendtoaddress $( lnb newaddr | jq -r .bech32 ) 1 > $dbgout
8181btc generatetoaddress 1 $addr > /dev/null
8282sed $sedq ' /Owning output [0-9]/ q' <( tail -F -n+0 $LN_BOB_PATH /debug.log)
8383
You can’t perform that action at this time.
0 commit comments