Skip to content

Commit

Permalink
chore: add comment to make_invoice metadata field
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz authored Sep 1, 2024
1 parent 7ed1453 commit bc67027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NWCClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export type Nip47MakeInvoiceRequest = {
description?: string;
description_hash?: string;
expiry?: number; // in seconds
metadata?: unknown;
metadata?: unknown; // TODO: update to also include known keys (payerData, nostr, comment)
};

export type Nip47LookupInvoiceRequest = {
Expand Down

0 comments on commit bc67027

Please sign in to comment.