From 36d5649fec7c4168be3938675f614d77e95c61c9 Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Fri, 22 Nov 2024 12:05:35 +0100 Subject: [PATCH] conf: add signet support --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 7925233..51007de 100644 --- a/config.go +++ b/config.go @@ -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."`