Macaroon path fix

This commit is contained in:
emad-salah 2019-12-08 19:30:42 +01:00
parent a6d499bcbb
commit a3bde70fc0

View file

@ -53,7 +53,7 @@ const server = program => {
defaults.lndProto, defaults.lndProto,
lndHost, lndHost,
lndCertPath, lndCertPath,
macaroonExists ? macaroonPath : null macaroonExists ? macaroonPath : macaroonPath
); );
const { lightning } = lnServices; const { lightning } = lnServices;
const { walletUnlocker } = lnServices; const { walletUnlocker } = lnServices;