OPS
This commit is contained in:
@@ -38,7 +38,7 @@ let lightning = require('../lightning');
|
|||||||
|
|
||||||
let payment = new Paym(redis, bitcoinclient, lightning);
|
let payment = new Paym(redis, bitcoinclient, lightning);
|
||||||
payment.setInvoice(lockedPayment.pay_req);
|
payment.setInvoice(lockedPayment.pay_req);
|
||||||
if (daysPassed <= 1) {
|
if (daysPassed > (1 / 24) && daysPassed <= 1) {
|
||||||
// if (!await payment.isExpired()) {
|
// if (!await payment.isExpired()) {
|
||||||
let sendResult;
|
let sendResult;
|
||||||
console.log('attempting to pay to route');
|
console.log('attempting to pay to route');
|
||||||
|
|||||||
Reference in New Issue
Block a user