Macaroon path fix
This commit is contained in:
parent
a6d499bcbb
commit
a3bde70fc0
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ const server = program => {
|
|||
defaults.lndProto,
|
||||
lndHost,
|
||||
lndCertPath,
|
||||
macaroonExists ? macaroonPath : null
|
||||
macaroonExists ? macaroonPath : macaroonPath
|
||||
);
|
||||
const { lightning } = lnServices;
|
||||
const { walletUnlocker } = lnServices;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue