Skip to content

Commit

Permalink
Merge pull request #32 from RadarTech/invoice-type-fix
Browse files Browse the repository at this point in the history
update Invoice type
  • Loading branch information
cavanmflynn authored Apr 17, 2019
2 parents 3df163f + 04c7508 commit c7402b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/lnrpc.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ export interface Invoice {
amtPaid?: string;
amtPaidSat?: string;
amtPaidMsat?: string;
state: InvoiceState;
state?: InvoiceState;
}

export interface AddInvoiceResponse {
Expand Down

0 comments on commit c7402b1

Please sign in to comment.