mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 06:47:44 +01:00
Merge pull request #2703 from sanket1729/master
Change network from simtest to testnet for connection to testnet faucet
This commit is contained in:
commit
2d87a77cdd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Reference in a new issue