Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorial/01-lncli.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ alice$ lncli-alice connect <BOB_PUBKEY>@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.
Expand Down