We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058491e commit a9797bbCopy full SHA for a9797bb
test/prelude.sh
@@ -77,7 +77,7 @@ sed $sedq "/Listening on 'lightning-rpc'/ q" <(tail -F -n+0 $LN_ALICE_PATH/debug
77
sed $sedq "/Listening on 'lightning-rpc'/ q" <(tail -F -n+0 $LN_BOB_PATH/debug.log 2> /dev/null)
78
79
echo - Funding lightning wallet... > $dbgout
80
-btc sendtoaddress $(lnb newaddr | jq -r .bech32) 1 > $dbgout
+btc sendtoaddress $(lnb newaddr | jq -r '.bech32 // .address') 1 > $dbgout
81
btc generatetoaddress 1 $addr > /dev/null
82
sed $sedq '/Owning output [0-9]/ q' <(tail -F -n+0 $LN_BOB_PATH/debug.log)
83
0 commit comments