From f481ddf9980333eae192aedcca1ec02392ceb23e Mon Sep 17 00:00:00 2001 From: "Dr. Tobias Baur" Date: Fri, 3 Mar 2023 15:48:02 +0100 Subject: [PATCH] updated lnd instructions --- index.html | 6 +++--- main.go | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 2fef925..1909604 100644 --- a/index.html +++ b/index.html @@ -71,12 +71,12 @@ />
- +
@@ -87,7 +87,7 @@ class="input full-width" name="host" id="host" - placeholder="http://10.147.17.32:9737" + placeholder="https://10.147.17.32:9737" />
diff --git a/main.go b/main.go index 3a8d598..2fb7150 100644 --- a/main.go +++ b/main.go @@ -137,8 +137,8 @@ func main() { //Returns Status ok (bool) and pin needed to authorize next call. Save this and the name e.g. in a DB for the user. //http Post the following content to yourdomain/api/easy //Expected input with lnbits example: - // { new StringContent(thecurrentnameyouwanttochange), "currentname" }, - // { new StringContent(thenewname), "name" }, + // { new StringContent(thecurrentnameyouwanttochange), "currentname" }, + // { new StringContent(thenewname), "name" }, // { new StringContent(https://yoursatdressdomain.com), "domain" }, // { new StringContent("lnbits"), "kind" }, // { new StringContent("https://lnbits.yourdomain.com"), "host" },