conf: add signet support

This commit is contained in:
Slyghtning
2024-11-22 12:05:35 +01:00
parent 9187152d34
commit 36d5649fec

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