mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-19 03:57:29 +02:00
@@ -73,7 +73,7 @@ async def displaywin(
|
|||||||
raise HTTPException(
|
raise HTTPException(
|
||||||
status_code=HTTPStatus.NOT_FOUND, detail="satsdice link does not exist."
|
status_code=HTTPStatus.NOT_FOUND, detail="satsdice link does not exist."
|
||||||
)
|
)
|
||||||
|
withdrawLink = await get_satsdice_withdraw(payment_hash)
|
||||||
payment = await get_satsdice_payment(payment_hash)
|
payment = await get_satsdice_payment(payment_hash)
|
||||||
if payment.lost:
|
if payment.lost:
|
||||||
return satsdice_renderer().TemplateResponse(
|
return satsdice_renderer().TemplateResponse(
|
||||||
|
Reference in New Issue
Block a user