diff --git a/config.go b/config.go index a0e195cef..48ff2e5a9 100644 --- a/config.go +++ b/config.go @@ -440,12 +440,10 @@ func loadAndValidateConfig(interceptor signal.Interceptor) (*Config, error) { } } - if cfg.Network != DefaultNetwork { - if cfg.MacaroonPath == DefaultMacaroonPath { - cfg.MacaroonPath = filepath.Join( - litDir, cfg.Network, DefaultMacaroonFilename, - ) - } + if cfg.MacaroonPath == DefaultMacaroonPath { + cfg.MacaroonPath = filepath.Join( + litDir, cfg.Network, DefaultMacaroonFilename, + ) } // Initiate our listeners. For now, we only support listening on one