mirror of
https://github.com/nbd-wtf/satdress.git
synced 2024-11-11 16:30:35 +00:00
index.html: better explain expected lnd settings
This commit is contained in:
parent
85c0a801d7
commit
5574a494ed
14
index.html
14
index.html
|
@ -43,12 +43,18 @@
|
|||
</div>
|
||||
<div v-if="kind == 'lnd'">
|
||||
<div class="field">
|
||||
<label for="host"> Host (IP or Domain + Port) </label>
|
||||
<input class="input full-width" name="host" id="host" />
|
||||
<label for="host"> LND REST Host (Protocol + IP/Domain + Port) </label>
|
||||
<input
|
||||
class="input full-width" name="host" id="host"
|
||||
placeholder="https://foo.bar:8080"
|
||||
/>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="key"> Invoice Macaroon </label>
|
||||
<input class="input full-width" name="key" id="key" />
|
||||
<label for="key"> Invoice Macaroon (base64 encoded) </label>
|
||||
<input
|
||||
class="input full-width" name="key" id="key"
|
||||
placeholder="V2UgYWxsIGxvdmUgQGZpYXRqYWYhCg=="
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="kind == 'sparko' || kind == 'lnbits'">
|
||||
|
|
Loading…
Reference in New Issue
Block a user