File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -115,9 +115,9 @@ a standalone process on the same or remote machine (called "lnd remote mode",
115115set by ` lnd-mode=remote ` config option)] ( doc/config-lnd-remote.md ) .
116116
117117In addition to those main modes, the individual bundled daemons (Faraday, Loop
118- and Pool) can be toggled to be integrated or remote as well. This offers a
119- large number of possible configuration combinations, of which not all are
120- fully supported due to technical reasons.
118+ and Pool) can be toggled to be integrated or remote as well, or as disabled.
119+ This offers a large number of possible configuration combinations, of which not
120+ all are fully supported due to technical reasons.
121121
122122The following table shows the supported combinations:
123123
@@ -129,6 +129,9 @@ The following table shows the supported combinations:
129129| ` faraday-mode=remote ` | | X |
130130| ` loop-mode=remote ` | | X |
131131| ` pool-mode=remote ` | | X |
132+ | ` faraday-mode=disable ` | X | X |
133+ | ` loop-mode=disable ` | X | X |
134+ | ` pool-mode=disable ` | X | X |
132135| ` lnd ` running in "stateless init" mode | X | |
133136
134137## Daemon Versions packaged with LiT
You can’t perform that action at this time.
0 commit comments