Skip to content

Commit d2b10d6

Browse files
committed
README: remove [Lnd] section in example config
1 parent 3fb41b4 commit d2b10d6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,14 @@ $ ./shushtar \
9696
--faraday.min_monitored=48h
9797
```
9898

99-
You can also store the configuration in a persistent `lnd.conf` file so you do not need to type in the command line arguments every time you start the server. Just remember to use the appropriate prefixes as necessary.
99+
You can also store the configuration in a persistent `lnd.conf` file so you do
100+
not need to type in the command line arguments every time you start the server.
101+
Just remember to use the appropriate prefixes as necessary.
102+
103+
Also. make sure to include the `lnd` general options in the `[Application Options]`
104+
section because the section name `[Lnd]` is not unique anymore because of how we
105+
combine the configurations of all daemons. This will hopefully be fixed in a
106+
future release.
100107

101108
Example `lnd.conf`:
102109

@@ -106,7 +113,6 @@ httpslisten=0.0.0.0:443
106113
letsencrypt=1
107114
letsencrypthost=loop.merchant.com
108115
109-
[Lnd]
110116
lnd.lnddir=~/.lnd
111117
lnd.alias=merchant
112118
lnd.externalip=loop.merchant.com

0 commit comments

Comments
 (0)