Update lightningServices.js
This commit is contained in:
parent
e3a1a1f454
commit
59df767150
1 changed files with 5 additions and 1 deletions
|
|
@ -31,6 +31,10 @@ class LightningServices {
|
||||||
return this.lnServicesData;
|
return this.lnServicesData;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get servicesConfig() {
|
||||||
|
return this.config;
|
||||||
|
}
|
||||||
|
|
||||||
init = async () => {
|
init = async () => {
|
||||||
const { macaroonPath, lndHost, lndCertPath } = this.config;
|
const { macaroonPath, lndHost, lndCertPath } = this.config;
|
||||||
const macaroonExists = await FS.access(macaroonPath);
|
const macaroonExists = await FS.access(macaroonPath);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue