Skip to content

Commit

Permalink
chore: text - fix c&p error
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi committed Mar 22, 2022
1 parent 26a4f7c commit 6c80310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/ln/webln/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default class WebLNProvider {

keysend(args: KeysendArgs) {
if (!this.enabled) {
throw new Error("Provider must be enabled before calling sendPayment");
throw new Error("Provider must be enabled before calling keysend");
}
return this.execute("keysendOrPrompt", args);
}
Expand Down

0 comments on commit 6c80310

Please sign in to comment.