Skip to content

Commit

Permalink
conf: add signet support
Browse files Browse the repository at this point in the history
  • Loading branch information
hieblmi committed Nov 22, 2024
1 parent 9187152 commit 36d5649
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 @@ -43,7 +43,7 @@ type EtcdConfig struct {
}

type AuthConfig struct {
Network string `long:"network" description:"The network LND is connected to." choice:"regtest" choice:"simnet" choice:"testnet" choice:"mainnet"`
Network string `long:"network" description:"The network LND is connected to." choice:"regtest" choice:"simnet" choice:"testnet" choice:"mainnet" choice:"signet"`

Disable bool `long:"disable" description:"Whether to disable auth."`

Expand Down

0 comments on commit 36d5649

Please sign in to comment.