Skip to content

Commit 36d5649

Browse files
committed
conf: add signet support
1 parent 9187152 commit 36d5649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)