mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #297 from guggero/expand-macaroonpath
config: expand macaroonpath flag
This commit is contained in:
commit
4e1eaa365a
1 changed files with 1 additions and 0 deletions
|
|
@ -163,6 +163,7 @@ func Validate(cfg *Config) error {
|
|||
cfg.LogDir = lncfg.CleanAndExpandPath(cfg.LogDir)
|
||||
cfg.TLSCertPath = lncfg.CleanAndExpandPath(cfg.TLSCertPath)
|
||||
cfg.TLSKeyPath = lncfg.CleanAndExpandPath(cfg.TLSKeyPath)
|
||||
cfg.MacaroonPath = lncfg.CleanAndExpandPath(cfg.MacaroonPath)
|
||||
|
||||
// Since our loop directory overrides our log/data dir values, make sure
|
||||
// that they are not set when loop dir is set. We hard here rather than
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue