Skip to content

Commit

Permalink
lnurl/lnurl-pay: fix typo in log (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDaisy authored Dec 4, 2023
1 parent 737b197 commit 35ddc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnurl/lnurl-pay.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const existLightningAddress = async address => {

return true;
} catch (error) {
logger.info(`The ligthning address ${address} does not exist`);
logger.info(`The lightning address ${address} does not exist`);
return false;
}
};
Expand Down

0 comments on commit 35ddc6a

Please sign in to comment.