Merge pull request #2703 from sanket1729/master

Change network from simtest to testnet for connection to testnet faucet
This commit is contained in:
Olaoluwa Osuntokun 2019-03-01 12:58:24 -03:00 committed by GitHub
commit 2d87a77cdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -310,7 +310,7 @@ The `Faucet` node address can be found at the [Faucet Lightning Community webpag
$ docker-compose up -d "alice"; docker exec -i -t "alice" bash $ docker-compose up -d "alice"; docker exec -i -t "alice" bash
# Connect "Alice" to the "Faucet" node: # Connect "Alice" to the "Faucet" node:
alice$ lncli --network=simnet connect <faucet_identity_address>@<faucet_host> alice$ lncli --network=testnet connect <faucet_identity_address>@<faucet_host>
``` ```
After a connection is achieved, the `Faucet` node should create the channel After a connection is achieved, the `Faucet` node should create the channel