mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
config: invoice macaroon path fix
This commit is contained in:
parent
23b3eaf548
commit
9997014420
1 changed files with 1 additions and 1 deletions
|
@ -649,7 +649,7 @@ func loadConfig() (*config, error) {
|
|||
}
|
||||
if cfg.DataDir != defaultDataDir && cfg.InvoiceMacPath == defaultInvoiceMacPath {
|
||||
cfg.InvoiceMacPath = filepath.Join(
|
||||
cfg.DataDir, defaultInvoiceMacPath,
|
||||
cfg.DataDir, defaultInvoiceMacFilename,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue