Skip to content

Commit 3b75a21

Browse files
authored
Merge pull request #535 from GeorgeTsagk/remote-lnd-doc
doc: add note for remote lnd credentials
2 parents ab31db4 + 1cc4eb3 commit 3b75a21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/config-lnd-remote.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ remote.lnd.macaroonpath=/some/folder/with/lnd/data/admin.macaroon
4040
remote.lnd.tlscertpath=/some/folder/with/lnd/data/tls.cert
4141
```
4242

43+
> NOTE: It is highly recommended to not place the LND connection credentials
44+
inside the terminal home directory (`~/.lit/`) as `litd` may overwrite some of
45+
these files.
46+
4347
Run LiT:
4448

4549
```shell

0 commit comments

Comments
 (0)