mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-19 03:57:29 +02:00
Trying to fix payhash error
This commit is contained in:
@@ -58,7 +58,11 @@ async def lnurl_response(
|
|||||||
) * 1000
|
) * 1000
|
||||||
|
|
||||||
lnurlpospayment = await create_lnurlpospayment(
|
lnurlpospayment = await create_lnurlpospayment(
|
||||||
posid=pos.id, payload=payload, sats=price_msat, pin=decryptedPin
|
posid=pos.id,
|
||||||
|
payload=payload,
|
||||||
|
sats=price_msat,
|
||||||
|
pin=decryptedPin,
|
||||||
|
payhash="payment_hash",
|
||||||
)
|
)
|
||||||
if not lnurlpospayment:
|
if not lnurlpospayment:
|
||||||
raise HTTPException(
|
raise HTTPException(
|
||||||
|
Reference in New Issue
Block a user