Skip to content

Commit

Permalink
Merge pull request lightninglabs#155 from hieblmi/signet-support
Browse files Browse the repository at this point in the history
Signet support
  • Loading branch information
guggero authored Nov 22, 2024
2 parents b93f505 + 36d5649 commit d5070c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
cmd/aperture/aperture

# misc
.vscode
.vscode
.idea
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 d5070c6

Please sign in to comment.