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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ type Config struct {
179
179
// before the configuration is loaded and will set the correct flag on
180
180
// `lnd.bitcoin.mainnet|testnet|regtest` and also for the other daemons.
181
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"`
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