mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-22 06:24:24 +02:00
more debub
This commit is contained in:
parent
f37af0ddf6
commit
d6f3c2f9c4
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user