chore: small improvement to dependencies

This commit is contained in:
Taranto 2022-12-15 18:28:29 +00:00
parent a23ad99436
commit 008f3c9049
4 changed files with 8758 additions and 4966 deletions

View file

@ -1,12 +0,0 @@
const lnd = require('lnd-async')
const path = require('path')
async function getInfo () {
let client = await lnd.connect({
certPath: path.resolve(__dirname, '../scratch/lnd/tls.cert'),
macaroonPath: path.resolve(__dirname, '../scratch/lnd/admin.macaroon')
})
return client.getInfo({})
}
getInfo().then(console.log)