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.
2 parents b93f505 + 36d5649 commit d5070c6Copy full SHA for d5070c6
.gitignore
@@ -15,4 +15,5 @@
15
cmd/aperture/aperture
16
17
# misc
18
-.vscode
+.vscode
19
+.idea
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