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 +}