From f16620f4f2bde8f5f114939d635bb71d146c10f3 Mon Sep 17 00:00:00 2001 From: boufni95 Date: Mon, 23 Oct 2023 19:49:36 +0200 Subject: [PATCH] up --- src/services/lnd/payInvoiceReq.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/lnd/payInvoiceReq.ts b/src/services/lnd/payInvoiceReq.ts index e83caf40..eb1384bd 100644 --- a/src/services/lnd/payInvoiceReq.ts +++ b/src/services/lnd/payInvoiceReq.ts @@ -25,6 +25,6 @@ export const PayInvoiceReq = (invoice: string, amount: number, feeLimit: number) paymentHash: Buffer.alloc(0), routeHints: [], timePref: 0, - - outgoingChanId: '' + //@ts-ignore + outgoingChanId: undefined }) \ No newline at end of file