From 99e289c8123397b07038830f0c0dcfa71490cbd1 Mon Sep 17 00:00:00 2001 From: "Justin (shocknet)" <34176400+shocknet-justin@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:39:59 -0400 Subject: [PATCH] Update index.ts --- src/services/main/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/main/index.ts b/src/services/main/index.ts index aba85c05..b582a575 100644 --- a/src/services/main/index.ts +++ b/src/services/main/index.ts @@ -286,7 +286,7 @@ export default class { } const res = await this.applicationManager.AddAppUserInvoice(appId, { http_callback_url: "", payer_identifier: split[0], receiver_identifier: split[0], - invoice_req: { amountSats: amount, memo: "free offer" } + invoice_req: { amountSats: amount, memo: "Default NIP-69 Offer" } }) return { success: true, invoice: res.invoice } } else if (split[0] === 'p') { @@ -337,4 +337,4 @@ const newNofferResponse = (content: string, event: NostrEvent): UnsignedEvent => ['e', event.id], ], } -} \ No newline at end of file +}