fully specify ln addr url

This commit is contained in:
keyan 2021-10-07 11:53:05 -07:00
parent eafe474746
commit bef68781a7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export default async ({ query: { username } }, res) => {
}
return res.status(200).json({
callback: `/api/lnurlp/${username}/pay`, // The URL from LN SERVICE which will accept the pay request parameters
callback: `https://stacker.news/api/lnurlp/${username}/pay`, // The URL from LN SERVICE which will accept the pay request parameters
minSendable: 1000, // Min amount LN SERVICE is willing to receive, can not be less than 1 or more than `maxSendable`
metadata: [[
'text/plain', // must always be present