Merge pull request #155 from hieblmi/signet-support

Signet support
This commit is contained in:
Oliver Gugger
2024-11-22 14:05:18 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -15,4 +15,5 @@
cmd/aperture/aperture
# misc
.vscode
.vscode
.idea

View File

@@ -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."`