This commit is contained in:
austinkelsay 2024-11-06 17:20:41 -06:00
parent 95b7b2cae2
commit 144d2c6ac7
No known key found for this signature in database
GPG Key ID: 44CB4EC6D9F2FA02

View File

@ -60,6 +60,7 @@ export default async function handler(req, res) {
const invoice = response.data.payment_request; const invoice = response.data.payment_request;
const paymentHash = response.data.r_hash; const paymentHash = response.data.r_hash;
const paymentHashHex = paymentHash.toString('hex'); const paymentHashHex = paymentHash.toString('hex');
console.log("PAYMENT HASH HEX", paymentHashHex);
// If this is a zap, publish a zap receipt // If this is a zap, publish a zap receipt
if (zap_request && foundAddress.allowsNostr) { if (zap_request && foundAddress.allowsNostr) {