updated lnd instructions

This commit is contained in:
Dr. Tobias Baur
2023-03-03 15:48:02 +01:00
parent 2df4def9e2
commit f481ddf998
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -71,12 +71,12 @@
/>
</div>
<div class="field">
<label for="macaroon"> Invoice Macaroon (base64 encoded) </label>
<label for="macaroon"> Invoice Macaroon (Hex)</label>
<input
class="input full-width"
name="key"
id="macaroon"
placeholder="V2UgYWxsIGxvdmUgQGZpYXRqYWYhCg=="
placeholder="012312432324"
/>
</div>
</div>
@@ -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"
/>
</div>
<div class="field">
+2 -2
View File
@@ -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" },