You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.go
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -178,9 +178,9 @@ type Config struct {
178
178
179
179
// Network is the Bitcoin network we're running on. This will be parsed
180
180
// before the configuration is loaded and will set the correct flag on
181
-
// `lnd.bitcoin.mainnet|testnet|regtest|signet` and also for the other
182
-
// daemons. That way only one global network flag is needed.
183
-
Networkstring`long:"network" description:"The network the UI and all its components run on" choice:"regtest" choice:"testnet" choice:"mainnet" choice:"simnet" choice:"signet"`
181
+
// `lnd.bitcoin.mainnet|testnet|testnet4|regtest|signet` and also for
182
+
// the other daemons. That way only one global network flag is needed.
183
+
Networkstring`long:"network" description:"The network the UI and all its components run on" choice:"regtest" choice:"testnet" choice:"testnet4" choice:"mainnet" choice:"simnet" choice:"signet"`
184
184
185
185
Remote*subservers.RemoteConfig`group:"Remote mode options (use when lnd-mode=remote)" namespace:"remote"`
0 commit comments