File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ a standalone process on the same or remote machine (called "lnd remote mode",
120120set by ` lnd-mode=remote ` config option)] ( doc/config-lnd-remote.md ) .
121121
122122In addition to those main modes, the individual bundled daemons (Faraday, Loop
123- and Pool) can be toggled to be integrated or remote as well. This offers a
124- large number of possible configuration combinations, of which not all are
125- fully supported due to technical reasons.
123+ and Pool) can be toggled to be integrated or remote as well, or as disabled.
124+ This offers a large number of possible configuration combinations, of which not
125+ all are fully supported due to technical reasons.
126126
127127The following table shows the supported combinations:
128128
@@ -136,6 +136,10 @@ The following table shows the supported combinations:
136136| ` loop-mode=remote ` | | X |
137137| ` pool-mode=remote ` | | X |
138138| ` taprootassets-mode=remote ` | | X |
139+ | ` faraday-mode=disable ` | X | X |
140+ | ` loop-mode=disable ` | X | X |
141+ | ` pool-mode=disable ` | X | X |
142+ | ` taprootassets-mode=disable ` | X | X |
139143| ` lnd ` running in "stateless init" mode | X | |
140144
141145## Daemon Versions packaged with LiT
You can’t perform that action at this time.
0 commit comments