From c23afc04b997dd3855d897dbbc290ac006f52630 Mon Sep 17 00:00:00 2001 From: Dmitry Vizersky Date: Thu, 1 Aug 2019 16:50:56 +1000 Subject: [PATCH] Update lnd argument MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “peerport” does not seem to be, or no longer is, an argument you could pass to lnd. To avoid confusion and stay consistent just continue using “listen.” --- tutorial/01-lncli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/01-lncli.md b/tutorial/01-lncli.md index 5b93a07..29702e0 100644 --- a/tutorial/01-lncli.md +++ b/tutorial/01-lncli.md @@ -406,7 +406,7 @@ alice$ lncli-alice connect @localhost:10012 } ``` -Notice that `localhost:10012` corresponds to the `--peerport=10012` flag we set +Notice that `localhost:10012` corresponds to the `--listen=10012` flag we set when starting the Bob `lnd` node. Let's check that Alice and Bob are now aware of each other.