This commit is contained in:
boufni95 2023-10-23 19:49:36 +02:00
parent a9d362cda3
commit f16620f4f2

View file

@ -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
})