From b24b170f06f75fbefd8f033783a3e172febacd6b Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Fri, 4 Nov 2022 16:02:55 +0100 Subject: [PATCH] Fix LND rest API (#3379) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9c958f29..49e9c105a 100644 --- a/README.md +++ b/README.md @@ -1351,7 +1351,7 @@ To develop your own scripts/apps and connect other services/apps to your RaspiBl - `lncli` command line interface on the terminal [DOC](https://api.lightning.community/) - `lnd` running on port 9735 (public) - `gRPC` running on port 10009 (public) [DOC](https://api.lightning.community/) -- `REST` running on port 8080 (public) [DOC](https://api.lightning.community/rest/index.html) +- `REST` running on port 8080 (public) [DOC](https://api.lightning.community/#lnd-rest-api-reference) If you activate Tor then your LND gRPC & REST APIs will also be reachable publicly as a Hidden Service.