You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,14 @@ $ ./shushtar \
96
96
--faraday.min_monitored=48h
97
97
```
98
98
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
0 commit comments