This commit is contained in:
austinkelsay 2024-11-06 17:10:19 -06:00
parent 43f2ef9da3
commit 7d1ed230ac
No known key found for this signature in database
GPG Key ID: 44CB4EC6D9F2FA02

View File

@ -48,7 +48,7 @@ export default async function handler(req, res) {
return; return;
} }
const response = await axios.post(`https://${foundAddress.lndHost}/v1/invoices`, { const response = await axios.post(`https://${foundAddress.lndHost}:${foundAddress.lndPort}/v1/invoices`, {
value_msat: amount, value_msat: amount,
description_hash: description_hash description_hash: description_hash
}, { }, {