mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-26 08:41:04 +02:00
removed print
This commit is contained in:
parent
31beec4f48
commit
4408f30285
@ -466,7 +466,6 @@ async def api_lnurlscan(code: str):
|
||||
@core_app.post("/api/v1/payments/decode")
|
||||
async def api_payments_decode(data: str = Query(None)):
|
||||
try:
|
||||
print(data["data"][:5])
|
||||
if data["data"][:5] == "LNURL":
|
||||
url = lnurl.decode(data["data"])
|
||||
return {"domain": url}
|
||||
|
Loading…
x
Reference in New Issue
Block a user