Skip to content

Commit

Permalink
Update route.ts
Browse files Browse the repository at this point in the history
Changed the receive message.
  • Loading branch information
pcwd authored Sep 9, 2024
1 parent 7fb8d89 commit 8b99f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/.well-known/lnurlp/[username]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export async function GET(
callback: `${getBaseUrl()}/.well-known/lnurlp/${params.username}/callback`,
minSendable: 1000,
maxSendable: 10000000000,
metadata: `[["text/identifier","${params.username}@${domain}"],["text/plain","Sats for Alby Jim user ${params.username}"]]`,
metadata: `[["text/identifier","${params.username}@${domain}"],["text/plain","Sats received."]]`,
});
}

0 comments on commit 8b99f4a

Please sign in to comment.