Skip to content

Commit

Permalink
fix: don't pay me πŸ˜„
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Jan 31, 2025
1 parent 95d2d03 commit 859ae0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/screens/internal-apps/AlbyLite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ export function AlbyLite() {

React.useEffect(() => {
(async () => {
const ln = new LightningAddress("adithya@getalby.com");
const ln = new LightningAddress("hello@getalby.com");
await ln.fetch();
if (!ln.lnurlpData) {
throw new Error("invalid recipient lightning address");
}
const invoice = await ln.requestInvoice({
satoshi: 1,
satoshi: 21000,
comment: "Invoice for alby lite address",
});
setInvoice(invoice);
Expand Down

0 comments on commit 859ae0b

Please sign in to comment.