Skip to content

Commit

Permalink
Merge pull request #193 from LN-Zap/signet
Browse files Browse the repository at this point in the history
config: add support for signet
  • Loading branch information
guggero authored Aug 15, 2024
2 parents 8e6b4b5 + da15b55 commit f9fec2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ type Config struct { //nolint:maligned
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}."`

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

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

0 comments on commit f9fec2f

Please sign in to comment.