chore: small improvement to dependencies
This commit is contained in:
parent
a23ad99436
commit
008f3c9049
4 changed files with 8758 additions and 4966 deletions
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue