diff --git a/src/server.js b/src/server.js index 190e614e..16c2d97f 100644 --- a/src/server.js +++ b/src/server.js @@ -53,7 +53,7 @@ const server = program => { defaults.lndProto, lndHost, lndCertPath, - macaroonExists ? macaroonPath : null + macaroonExists ? macaroonPath : macaroonPath ); const { lightning } = lnServices; const { walletUnlocker } = lnServices;