mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-29 10:10:00 +02:00
more debub
This commit is contained in:
@ -55,7 +55,7 @@ async def lnurl_callback(address_id, amount: int = Query(...)):
|
||||
if address.wallet_endpoint.endswith("/")
|
||||
else address.wallet_endpoint
|
||||
)
|
||||
print("BASE", base_url )
|
||||
print("BASE", base_url, address )
|
||||
async with httpx.AsyncClient() as client:
|
||||
try:
|
||||
call = await client.post(
|
||||
|
Reference in New Issue
Block a user