Skip to content

Commit 300e801

Browse files
authored
Fix typo by adding port to command (#238)
Without the port, an error is thrown.
1 parent 2e82d83 commit 300e801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/running-a-sample-ldk-node.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cd ldk-sample
3535
```
3636
Now, run the following command:
3737
```
38-
cargo run polaruser:[email protected]:18443 ./ 9732 regtest hellolightning 0.0.0.0
38+
cargo run polaruser:[email protected]:18443 ./ 9732 regtest hellolightning 0.0.0.0:9732
3939
```
4040

4141
If you have a different setup that doesn't involve Polar you can modify this command so that it contains different credentials.

0 commit comments

Comments
 (0)