ADD: lnd wallet unlock attempt upon start

This commit is contained in:
Overtorment
2019-01-25 22:59:32 +00:00
parent 0f75933bf0
commit 1df24d0e80
3 changed files with 20 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ function updateLightning() {
} catch (Err) {
console.log(Err);
}
console.log('updated');
}
updateLightning();
setInterval(updateLightning, 60000);