From e4e91bfd6404f3d95ba5954f9945bc3e2881a5ca Mon Sep 17 00:00:00 2001 From: Jordan Bravo <62706808+jordan-bravo@users.noreply.github.com> Date: Sat, 2 Dec 2023 16:48:08 -0500 Subject: [PATCH] Fix typo by adding port to command Without the port, an error is thrown. --- docs/running-a-sample-ldk-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running-a-sample-ldk-node.md b/docs/running-a-sample-ldk-node.md index 18fbddd67..034211073 100644 --- a/docs/running-a-sample-ldk-node.md +++ b/docs/running-a-sample-ldk-node.md @@ -35,7 +35,7 @@ cd ldk-sample ``` Now, run the following command: ``` -cargo run polaruser:polarpass@127.0.0.1:18443 ./ 9732 regtest hellolightning 0.0.0.0 +cargo run polaruser:polarpass@127.0.0.1:18443 ./ 9732 regtest hellolightning 0.0.0.0:9732 ``` If you have a different setup that doesn't involve Polar you can modify this command so that it contains different credentials.