Better log
This commit is contained in:
parent
a550cf8534
commit
8eb7902e58
1 changed files with 1 additions and 1 deletions
|
|
@ -486,7 +486,7 @@ const listenerForAddr = (addr, SEA) => async (order, orderID) => {
|
|||
throw new Error(breakError)
|
||||
}
|
||||
}
|
||||
logger.info('WAITING INVOICE TO BE PAID')
|
||||
logger.info('Waiting for invoice to be paid for order ' + orderID)
|
||||
new Promise(res => SchemaManager.addListenInvoice(invoice.r_hash, res))
|
||||
.then(invoicePaidCb)
|
||||
.catch(err => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue