Skip to content

Commit 815d533

Browse files
committed
doc: mention lnd-mode when upgrading from old version
Users updating from a pre-0.3.0 version need to add the lnd-mode flag and set it to "integrated" if they want to continue running LiT the same way as they did before. This was forgotten to be mentioned in the upgrade doc.
1 parent 33a929f commit 815d533

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/config-lnd-integrated.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ For `lnd`:
149149
After:
150150

151151
```text
152+
# New flag to tell LiT to run its own lnd in integrated mode. We need to set
153+
# this because "remote" is the new default value if we don't specify anything.
154+
lnd-mode=integrated
155+
152156
# Application Options
153157
lnd.alias=merchant
154158

0 commit comments

Comments
 (0)