mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
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.
This commit is contained in:
parent
33a929fa45
commit
815d533db7
1 changed files with 4 additions and 0 deletions
|
|
@ -149,6 +149,10 @@ For `lnd`:
|
|||
After:
|
||||
|
||||
```text
|
||||
# New flag to tell LiT to run its own lnd in integrated mode. We need to set
|
||||
# this because "remote" is the new default value if we don't specify anything.
|
||||
lnd-mode=integrated
|
||||
|
||||
# Application Options
|
||||
lnd.alias=merchant
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue