From 1cc4eb32261f925af39ea17fa58fb2b3d77782e0 Mon Sep 17 00:00:00 2001 From: George Tsagkarelis Date: Wed, 26 Apr 2023 11:00:47 +0300 Subject: [PATCH] doc: add note for remote lnd credentials --- doc/config-lnd-remote.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/config-lnd-remote.md b/doc/config-lnd-remote.md index 98cf28348..3822f5fad 100644 --- a/doc/config-lnd-remote.md +++ b/doc/config-lnd-remote.md @@ -40,6 +40,10 @@ remote.lnd.macaroonpath=/some/folder/with/lnd/data/admin.macaroon remote.lnd.tlscertpath=/some/folder/with/lnd/data/tls.cert ``` +> NOTE: It is highly recommended to not place the LND connection credentials +inside the terminal home directory (`~/.lit/`) as `litd` may overwrite some of +these files. + Run LiT: ```shell