From d6bb2bbe25a8f8aad14017d6f649d133afdabee3 Mon Sep 17 00:00:00 2001 From: Overtorment Date: Sat, 26 Jan 2019 00:15:29 +0000 Subject: [PATCH] REF --- lightning.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lightning.js b/lightning.js index 676b33d..ba9f929 100644 --- a/lightning.js +++ b/lightning.js @@ -28,6 +28,7 @@ let creds = grpc.credentials.combineChannelCredentials(sslCreds, macaroonCreds); // trying to unlock the wallet: if (config.lnd.password) { + console.log('trying to unlock the wallet'); var walletUnlocker = new lnrpc.WalletUnlocker(config.lnd.url, creds); walletUnlocker.unlockWallet( {