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
@@ -177,9 +177,9 @@ type Config struct {
177
177
178
178
// Network is the Bitcoin network we're running on. This will be parsed
179
179
// before the configuration is loaded and will set the correct flag on
180
-
// `lnd.bitcoin.mainnet|testnet|regtest` and also for the other daemons.
181
-
// That way only one global network flag is needed.
182
-
Networkstring`long:"network" description:"The network the UI and all its components run on" choice:"regtest" choice:"testnet" choice:"mainnet" choice:"simnet"`
180
+
// `lnd.bitcoin.mainnet|testnet|regtest|signet` and also for the other
181
+
// daemons. That way only one global network flag is needed.
182
+
Networkstring`long:"network" description:"The network the UI and all its components run on" choice:"regtest" choice:"testnet" choice:"mainnet" choice:"simnet" choice:"signet"`
183
183
184
184
Remote*subservers.RemoteConfig`group:"Remote mode options (use when lnd-mode=remote)" namespace:"remote"`
0 commit comments