This commit is contained in:
boufni95 2023-10-23 19:45:40 +02:00
parent d9cdff1509
commit c96803a904

View file

@ -191,7 +191,7 @@ export default class {
await this.Health()
const abortController = new AbortController()
const req = PayInvoiceReq(invoice, amount, feeLimit)
this.log("sending payment:", JSON.stringify(req))
console.log("sending payment:", req)
const stream = this.router.sendPaymentV2(req, { abort: abortController.signal })
return new Promise((res, rej) => {
stream.responses.onError(error => {