We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9187152 commit 36d5649Copy full SHA for 36d5649
config.go
@@ -43,7 +43,7 @@ type EtcdConfig struct {
43
}
44
45
type AuthConfig struct {
46
- 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"`
47
48
Disable bool `long:"disable" description:"Whether to disable auth."`
49
0 commit comments