We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456a29c commit 8c5bcf7Copy full SHA for 8c5bcf7
loopd/config.go
@@ -163,6 +163,7 @@ func Validate(cfg *Config) error {
163
cfg.LogDir = lncfg.CleanAndExpandPath(cfg.LogDir)
164
cfg.TLSCertPath = lncfg.CleanAndExpandPath(cfg.TLSCertPath)
165
cfg.TLSKeyPath = lncfg.CleanAndExpandPath(cfg.TLSKeyPath)
166
+ cfg.MacaroonPath = lncfg.CleanAndExpandPath(cfg.MacaroonPath)
167
168
// Since our loop directory overrides our log/data dir values, make sure
169
// that they are not set when loop dir is set. We hard here rather than
0 commit comments