From e10134b99ce4859fe7c20d46358977c3c2e3cf28 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Fri, 29 May 2026 10:06:12 +0200 Subject: [PATCH 1/2] text --- src/commands/pay-crypto.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/pay-crypto.ts b/src/commands/pay-crypto.ts index f930391..8eebe44 100644 --- a/src/commands/pay-crypto.ts +++ b/src/commands/pay-crypto.ts @@ -11,7 +11,7 @@ export function registerPayCryptoCommand(program: Command) { program .command("pay-crypto") .description( - "Pay any supported crypto or stablecoin address from your Lightning wallet using an atomic swap (powered by Lendaswap).\n\n" + + "Pay any supported crypto or stablecoin address from your Bitcoin lightning wallet using an atomic swap (powered by Lendaswap).\n\n" + "Supported currencies and networks are sourced live from the Lendaswap API; if a pair is not available you'll get an error listing what is.", ) .argument("
", "Recipient address on the target network") From 4fa57532b5c6e2d8322697a42a0d2ff08291e803 Mon Sep 17 00:00:00 2001 From: Roland <33993199+rolznz@users.noreply.github.com> Date: Fri, 29 May 2026 15:35:02 +0700 Subject: [PATCH 2/2] chore: remove unnecessary copy --- src/commands/pay-crypto.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/pay-crypto.ts b/src/commands/pay-crypto.ts index 8eebe44..96cf5dd 100644 --- a/src/commands/pay-crypto.ts +++ b/src/commands/pay-crypto.ts @@ -11,7 +11,7 @@ export function registerPayCryptoCommand(program: Command) { program .command("pay-crypto") .description( - "Pay any supported crypto or stablecoin address from your Bitcoin lightning wallet using an atomic swap (powered by Lendaswap).\n\n" + + "Pay any supported crypto or stablecoin address from your bitcoin lightning wallet.\n\n" + "Supported currencies and networks are sourced live from the Lendaswap API; if a pair is not available you'll get an error listing what is.", ) .argument("
", "Recipient address on the target network")