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.