From bc67027d885f2bbb412b3e4e7523f0a1225915ab Mon Sep 17 00:00:00 2001 From: Roland <33993199+rolznz@users.noreply.github.com> Date: Sun, 1 Sep 2024 14:13:29 +0700 Subject: [PATCH] chore: add comment to make_invoice metadata field --- src/NWCClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NWCClient.ts b/src/NWCClient.ts index b324ce1..1e9755b 100644 --- a/src/NWCClient.ts +++ b/src/NWCClient.ts @@ -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 = {