Skip to content

Commit f9fec2f

Browse files
authored
Merge pull request #193 from LN-Zap/signet
config: add support for signet
2 parents 8e6b4b5 + da15b55 commit f9fec2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ type Config struct { //nolint:maligned
127127
MinimumMonitored time.Duration `long:"min_monitored" description:"The minimum amount of time that a channel must be monitored for before recommending termination. Valid time units are {s, m, h}."`
128128

129129
// Network is a string containing the network we're running on.
130-
Network string `long:"network" description:"The network to run on." choice:"regtest" choice:"testnet" choice:"mainnet" choice:"simnet"`
130+
Network string `long:"network" description:"The network to run on." choice:"regtest" choice:"testnet" choice:"mainnet" choice:"simnet" choice:"signet" `
131131

132132
// DebugLevel is a string defining the log level for the service either
133133
// for all subsystems the same or individual level by subsystem.

0 commit comments

Comments
 (0)