From 04c75089e8a3226480514642ab22db902a788052 Mon Sep 17 00:00:00 2001 From: leon-do Date: Wed, 17 Apr 2019 15:55:57 -0600 Subject: [PATCH] update Invoice type --- types/lnrpc.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/lnrpc.d.ts b/types/lnrpc.d.ts index a92f710..2214606 100644 --- a/types/lnrpc.d.ts +++ b/types/lnrpc.d.ts @@ -561,7 +561,7 @@ export interface Invoice { amtPaid?: string; amtPaidSat?: string; amtPaidMsat?: string; - state: InvoiceState; + state?: InvoiceState; } export interface AddInvoiceResponse {