Skip to content

Commit d5070c6

Browse files
authored
Merge pull request #155 from hieblmi/signet-support
Signet support
2 parents b93f505 + 36d5649 commit d5070c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
cmd/aperture/aperture
1616

1717
# misc
18-
.vscode
18+
.vscode
19+
.idea

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type EtcdConfig struct {
4343
}
4444

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

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

0 commit comments

Comments
 (0)