From 0702ee6d8109acb6169f53567d058b5dd50a95ca Mon Sep 17 00:00:00 2001 From: frennkie Date: Sun, 21 Jan 2018 10:36:55 +0100 Subject: [PATCH] Update to listpeers See https://github.com/ElementsProject/lightning/commit/5698a133c2b5d38ea287f4604cf089b9a53ac1eb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9d53d9da..ce0d02e1f 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ cli/lightning-cli fundchannel This opens a connection and, on top of that connection, then opens a channel. The funding transaction needs 1 confirmations in order for the channel to be usable, and 6 to be broadcast for others to use. -You can check the status of the channel using `cli/lightning-cli getpeers`, which after 1 confirmation should say that `state` is `CHANNELD_NORMAL`; after 6 confirmations you can use `cli/lightning-cli getchannels` to verify that the `public` field is now `true`. +You can check the status of the channel using `cli/lightning-cli listpeers`, which after 1 confirmation should say that `state` is `CHANNELD_NORMAL`; after 6 confirmations you can use `cli/lightning-cli getchannels` to verify that the `public` field is now `true`. ### Sending and receiving payments