Skip to content
Merged

text #41

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/commands/pay-crypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.\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("<address>", "Recipient address on the target network")
Expand Down
Loading