Skip to content

Commit

Permalink
Merge pull request #132 from getAlby/fix/add-preimage
Browse files Browse the repository at this point in the history
feat: add preimage
  • Loading branch information
rolznz authored Nov 16, 2023
2 parents 1106a4b + bde3c62 commit ed2d8d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ export type Invoice = {
payer_pubkey?: string;
payment_hash: string;
payment_request: string;
preimage: string;
r_hash_str: string;
settled: boolean;
settled_at: string;
Expand Down

0 comments on commit ed2d8d3

Please sign in to comment.