mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-15 23:31:44 +02:00
Trying to fix payhash error
This commit is contained in:
parent
6bcf409ed6
commit
0a6183a2ec
@ -58,7 +58,11 @@ async def lnurl_response(
|
||||
) * 1000
|
||||
|
||||
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:
|
||||
raise HTTPException(
|
||||
|
Loading…
x
Reference in New Issue
Block a user