From 8e15ae5cde0b488630db2b0828cbc3be64397dcb Mon Sep 17 00:00:00 2001 From: Andreas Tasch Date: Sun, 18 Mar 2018 22:11:13 +0100 Subject: [PATCH] Replace old (outdated) parameter naming with new one. --- 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 59826d5..c3a1dc0 100644 --- a/tutorial/01-lncli.md +++ b/tutorial/01-lncli.md @@ -391,7 +391,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=localhost:10012` flag we set when starting the Bob `lnd` node. Let's check that Alice and Bob are now aware of each other.