missing request
This commit is contained in:
@@ -16,7 +16,7 @@ from ..tasks import api_invoice_listeners
|
||||
async def lnaddress(username: str, request: Request):
|
||||
from lnbits.extensions.lnaddress.lnurl import lnurl_response
|
||||
domain = request.client.host
|
||||
return await lnurl_response(username, domain)
|
||||
return await lnurl_response(username, domain, request)
|
||||
|
||||
|
||||
@core_app.get("/public/v1/payment/{payment_hash}")
|
||||
|
||||
Reference in New Issue
Block a user