Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usdInvoice with no amount could have long timeout #3260

Open
nicolasburtey opened this issue Sep 23, 2023 · 0 comments
Open

usdInvoice with no amount could have long timeout #3260

nicolasburtey opened this issue Sep 23, 2023 · 0 comments
Labels

Comments

@nicolasburtey
Copy link
Member

diff --git a/src/graphql/public/root/mutation/ln-noamount-invoice-create-on-behalf-of-recipient.ts b/src/graphql/public/root/mutation/ln-noamount-invoice-create-on-behalf-of-recipient.ts
index 55713ab54..23b40c2f2 100644
--- a/src/graphql/public/root/mutation/ln-noamount-invoice-create-on-behalf-of-recipient.ts
+++ b/src/graphql/public/root/mutation/ln-noamount-invoice-create-on-behalf-of-recipient.ts
@@ -32,7 +32,7 @@ const LnNoAmountInvoiceCreateOnBehalfOfRecipientMutation = GT.Field({
   type: GT.NonNull(LnNoAmountInvoicePayload),
   description: dedent`Returns a lightning invoice for an associated wallet.
   Can be used to receive any supported currency value (currently USD or BTC).
-  Expires after 'expiresIn' or 24 hours for BTC invoices or 5 minutes for USD invoices.`,
+  Expires after 'expiresIn' or 24 hours`,
   args: {
     input: { type: GT.NonNull(LnNoAmountInvoiceCreateOnBehalfOfRecipientInput) },
   },
diff --git a/src/graphql/public/root/mutation/ln-noamount-invoice-create.ts b/src/graphql/public/root/mutation/ln-noamount-invoice-create.ts
index c8c78da69..9a21e8bcf 100644
--- a/src/graphql/public/root/mutation/ln-noamount-invoice-create.ts
+++ b/src/graphql/public/root/mutation/ln-noamount-invoice-create.ts
@@ -32,7 +32,7 @@ const LnNoAmountInvoiceCreateMutation = GT.Field({
   type: GT.NonNull(LnNoAmountInvoicePayload),
   description: dedent`Returns a lightning invoice for an associated wallet.
   Can be used to receive any supported currency value (currently USD or BTC).
-  Expires after 'expiresIn' or 24 hours for BTC invoices or 5 minutes for USD invoices.`,
+  Expires after 'expiresIn' or 24 hours`,
   args: {
     input: { type: GT.NonNull(LnNoAmountInvoiceCreateInput) },
   },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant