added tls.cert debug
This commit is contained in:
parent
305559174f
commit
9be413a549
@ -10,6 +10,7 @@ if (process.env.TLSCERT) {
|
||||
} else {
|
||||
lndCert = fs.readFileSync('tls.cert');
|
||||
}
|
||||
console.log('using tls.cert', lndCert.toString('hex'));
|
||||
let sslCreds = grpc.credentials.createSsl(lndCert);
|
||||
let macaroon;
|
||||
if (process.env.MACAROON) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user