From c2d2d9cd1337345e2948d691d675f7d87cebb69b Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Thu, 16 Jul 2020 23:00:28 +0200 Subject: [PATCH] Update 13_3_Setting_Up_a_Channel.md --- 13_3_Setting_Up_a_Channel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13_3_Setting_Up_a_Channel.md b/13_3_Setting_Up_a_Channel.md index 09ad743..97e694c 100644 --- a/13_3_Setting_Up_a_Channel.md +++ b/13_3_Setting_Up_a_Channel.md @@ -113,7 +113,7 @@ The first thing you need to do is connect your node to a peer. This is done with To connect your node to a remote peer you need it's id that represents the target node’s public key. As a convenience, id may be of the form id@host or id@host:port. Using `lightning-cli listnodes` command you obtain all nodes available on the network and choose one. ``` -c$ lightning-cli listnodes +c$ lightning-cli --network testnet listnodes ``` Output ```