Skip to content

Commit

Permalink
Update testenv instructions for c-lightning v0.8.0
Browse files Browse the repository at this point in the history
This won't actually work without ElementsProject/lightning#3353,
but neither will the instructions currently printed out (LN_ALICE_PATH and
LN_BOB_PATH already include the network subdirectory and `--network` is not
specified), so probably better that way anyway.
  • Loading branch information
shesek committed Dec 17, 2019
1 parent cc43e2f commit 7b32547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/testenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ cat <<EOL
You can access bitcoind and lightningd via:
$ bitcoin-cli --datadir=$BTC_DIR
$ lightning-cli --lightning-dir=$LN_ALICE_PATH
$ lightning-cli --lightning-dir=$LN_BOB_PATH
$ lightning-cli --rpc-file=$LN_ALICE_PATH/lightning-rpc
$ lightning-cli --rpc-file=$LN_BOB_PATH/lightning-rpc
Lightning Charge is available at:
Expand Down

0 comments on commit 7b32547

Please sign in to comment.