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
@@ -180,7 +180,7 @@ type Config struct {
180
180
// before the configuration is loaded and will set the correct flag on
181
181
// `lnd.bitcoin.mainnet|testnet|regtest|signet` and also for the other
182
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"`
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