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.