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",
120
120
set by ` lnd-mode=remote ` config option)] ( doc/config-lnd-remote.md ) .
121
121
122
122
In 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.
126
126
127
127
The following table shows the supported combinations:
128
128
@@ -136,6 +136,10 @@ The following table shows the supported combinations:
136
136
| ` loop-mode=remote ` | | X |
137
137
| ` pool-mode=remote ` | | X |
138
138
| ` 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 |
139
143
| ` lnd ` running in "stateless init" mode | X | |
140
144
141
145
## Daemon Versions packaged with LiT
You can’t perform that action at this time.
0 commit comments